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 740
    • Issues 740
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 198
    • Merge requests 198
  • 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
  • Issues
  • #1167
Closed
Open
Created Sep 14, 2004 by Kitware Robot@kwrobotOwner

Change vtk3DWidget::SizeHandles() to a public method

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


At the moment, widgets resize their handles after they are transformed in the scene. If the user zooms in/out, the widget handles become disproportionately big or small compared to the viewport. If vtk3DWidget::SizeHandles() was changed to a public method it could be used as a callback, observing the renderer's StartEvent, so that widget handles are always correctly sized. This could be implemented in C++ inside the widgets themselves or left to the developer to do within their application. If implemented, this would probably make the SizeHandles() calls inside the *ButtonUp callbacks redundant.

Assignee
Assign to
Time tracking