#include <LightApp_GVSelector.h>
Public Member Functions | |
LightApp_GVSelector (GraphicsView_Viewer *, SUIT_SelectionMgr *) | |
virtual | ~LightApp_GVSelector () |
virtual QString | type () const |
Public Member Functions inherited from SUIT_Selector | |
SUIT_Selector (SUIT_SelectionMgr *, QObject *=0) | |
virtual | ~SUIT_Selector () |
SUIT_SelectionMgr * | selectionMgr () const |
bool | isEnabled () const |
virtual void | setEnabled (const bool) |
bool | autoBlock () const |
virtual void | setAutoBlock (const bool) |
void | selected (SUIT_DataOwnerPtrList &) const |
void | setSelected (const SUIT_DataOwnerPtrList &) |
bool | hasSelectionMode (const int) const |
void | selectionModes (QList< int > &) const |
QObject * | owner () const |
Protected Slots | |
void | onSelectionChanged (GV_SelectionChangeStatus) |
Protected Member Functions | |
virtual void | getSelection (SUIT_DataOwnerPtrList &) const |
virtual void | setSelection (const SUIT_DataOwnerPtrList &) |
Protected Member Functions inherited from SUIT_Selector | |
void | selectionChanged () |
Protected Attributes | |
GraphicsView_Viewer * | myViewer |
LightApp_GVSelector::LightApp_GVSelector | ( | GraphicsView_Viewer * | theViewer, |
SUIT_SelectionMgr * | theSelMgr | ||
) |
References onSelectionChanged(), and SUIT_Selector::selectionChanged().
|
virtual |
|
protectedvirtual |
Implements SUIT_Selector.
References SUIT_DataOwnerPtrList::append(), GraphicsView_Viewer::getActiveViewPort(), and myViewer.
|
protectedslot |
References SUIT_Selector::selectionChanged().
|
protectedvirtual |
Implements SUIT_Selector.
|
virtual |
Implements SUIT_Selector.
References GraphicsView_Viewer::Type().
|
protected |