#include <selectionmode.hpp>
|
| | SelectionMode (CSVWidget::SceneToolbar *parent, WorldspaceWidget &worldspaceWidget, unsigned int interactionMask) |
| |
| | SceneToolMode (SceneToolbar *parent, const QString &toolTip) |
| |
| virtual void | showPanel (const QPoint &position) |
| |
| void | addButton (const std::string &icon, const std::string &id, const QString &tooltip="") |
| |
| void | addButton (ModeButton *button, const std::string &id) |
| | The ownership of button is transferred to *this. More...
|
| |
| ModeButton * | getCurrent () |
| | Will return a 0-pointer only if the mode does not have any buttons yet. More...
|
| |
| std::string | getCurrentId () const |
| | Must not be called if there aren't any buttons yet. More...
|
| |
| void | setButton (const std::string &id) |
| | Manually change the current mode. More...
|
| |
| | SceneTool (SceneToolbar *parent, Type type=Type_TopMode) |
| |
| virtual void | activate () |
| |
| | PushButton (const QIcon &icon, Type type, const QString &tooltip="", QWidget *parent=0) |
| |
| | PushButton (Type type, const QString &tooltip="", QWidget *parent=0) |
| |
| bool | hasKeepOpen () const |
| |
| QString | getBaseToolTip () const |
| | Return tooltip used at construction (without any button-specific modifications) More...
|
| |
| Type | getType () const |
| |
| void CSVRender::SelectionMode::clearSelection |
( |
| ) |
|
|
protectedvirtualslot |
| bool CSVRender::SelectionMode::createContextMenu |
( |
QMenu * |
menu | ) |
|
|
protectedvirtual |
| void CSVRender::SelectionMode::invertSelection |
( |
| ) |
|
|
protectedvirtualslot |
| void CSVRender::SelectionMode::selectAll |
( |
| ) |
|
|
protectedvirtualslot |
| QAction* CSVRender::SelectionMode::mDeselectAll |
|
private |
| unsigned int CSVRender::SelectionMode::mInteractionMask |
|
private |
| QAction* CSVRender::SelectionMode::mInvertSelection |
|
private |
| QAction* CSVRender::SelectionMode::mSelectAll |
|
private |
The documentation for this class was generated from the following files: