Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 778
    • Issues 778
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 212
    • Merge requests 212
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Merge requests
  • !4625

Add QVTKOpenGLNativeWidget, QVTKOpenGLAlienWidget and mark QVTKOpenGLWidget as legacy

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jean-Christophe Fillion-Robin requested to merge jcfr/vtk:rename-add-QVTKOpenGLAlienWidget-QVTKOpenGLNativeWidget into master Aug 27, 2018
  • Overview 11
  • Commits 3
  • Pipelines 1
  • Changes 42

To streamline update of existing code base using VTK, this MR consolidate the class names:

  • QVTKOpenGLWidget is renamed to QVTKOpenGLAlienWidget (corresponds to the new class using QOpenGLWindow)
  • QVTKOpenGLSimpleWidget is renamed to QVTKOpenGLNativeWidget and corresponds to the class using QVTKOpenGLWidget as it was before !4317 (merged)
  • QVTKOpenGLWidget derives from QVTKOpenGLNativeWidget and is not available when VTK_LEGACY_REMOVE is ON
Edited Aug 28, 2018 by Jean-Christophe Fillion-Robin
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: rename-add-QVTKOpenGLAlienWidget-QVTKOpenGLNativeWidget