#include <scene_selection.hh>
Inherits PyQt4::QtCore::QObject.
Public Slots | |
void | CenterOnObjects () |
void | Delete () |
void | ViewDensitySlices () |
void | ShowDownsampledMap () |
void | ShowOriginalMap () |
void | Deselect () |
void | Show () |
void | Hide () |
void | SelectAllViews () |
void | DeselectAllViews () |
void | MakeVisible () |
void | MakeHidden () |
void | ShowExclusive () |
void | HideExclusive () |
mol::EntityView | GetViewUnion () |
Public Member Functions | |
int | GetActiveNodeCount () const |
gfx::GfxNodeP | GetActiveNode (unsigned int pos) const |
int | GetActiveViewCount () const |
mol::EntityView | GetActiveView (unsigned int pos) const |
gfx::EntityP | GetViewEntity () const |
Static Public Member Functions | |
static SceneSelection * | Instance () |
Definition at line 34 of file scene_selection.hh.
void CenterOnObjects | ( | ) | [slot] |
void Delete | ( | ) | [slot] |
void Deselect | ( | ) | [slot] |
void DeselectAllViews | ( | ) | [slot] |
gfx::GfxNodeP GetActiveNode | ( | unsigned int | pos | ) | const |
int GetActiveNodeCount | ( | ) | const |
mol::EntityView GetActiveView | ( | unsigned int | pos | ) | const |
int GetActiveViewCount | ( | ) | const |
gfx::EntityP GetViewEntity | ( | ) | const |
mol::EntityView GetViewUnion | ( | ) | [slot] |
void Hide | ( | ) | [slot] |
void HideExclusive | ( | ) | [slot] |
static SceneSelection* Instance | ( | ) | [static] |
void MakeHidden | ( | ) | [slot] |
void MakeVisible | ( | ) | [slot] |
void SelectAllViews | ( | ) | [slot] |
void Show | ( | ) | [slot] |
void ShowDownsampledMap | ( | ) | [slot] |
void ShowExclusive | ( | ) | [slot] |
void ShowOriginalMap | ( | ) | [slot] |
void ViewDensitySlices | ( | ) | [slot] |