| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::AbstractView Class ReferenceAbstract view provide interactors' functions. More...
Inherits tlp::View. Inherited by tlp::GlMainView.
Collaboration diagram for tlp::AbstractView:
![]() Public Slots
Public Member Functions
Protected Member Functions
Protected Attributes
Detailed DescriptionAbstract view provide interactors' functions. Abstract view provide a View with interactors' basic functions like getInteractors, pushInteractor and popInteractor You can inherit from it if you want this functions In tulip-qt GlMainView inherit from it Constructor & Destructor Documentation
Basic constructor
Member Function Documentation
empty function : implement this function if you want a context menu when you right click the mouse Reimplemented in tlp::NodeLinkDiagramComponent.
empty function : implement this function if you have implement buildContextMenu() Reimplemented in tlp::NodeLinkDiagramComponent.
Construct GUI of the view
Implements tlp::View. Reimplemented in tlp::GlMainView, and tlp::NodeLinkDiagramComponent.
construct the storage of interactors' action Reimplemented in tlp::NodeLinkDiagramComponent.
construct the storage of interactors Reimplemented in tlp::NodeLinkDiagramComponent.
this function is call by Qt this function call specificEventFilter, buildContextMenu and computeContextMenu
get interactors of widget
Get Interactors action (in MainController actions will be add to graphToolBar)
Implements tlp::View.
remove the last added interactor from the event filters list and delete it
install a clone of the interactor as event filter and assign the returned id
remove the interactor with id from the event filters list and delete it
remove all iteractors and delete them, then install clones of the interactors
remove all interactors and delete them, push a new one if any
set the central widget of the view call this function to set view's centralWidget
empty function : implement this function if you want a specific event filter in your view Reimplemented in tlp::NodeLinkDiagramComponent. Member Data Documentation
|
Tulip Software by LaBRI Visualization Team 2001 - 2010 |