#include <pathgridselectionmode.hpp>
|
| PathgridSelectionMode (CSVWidget::SceneToolbar *parent, WorldspaceWidget &worldspaceWidget) |
|
| 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 |
|
bool CSVRender::PathgridSelectionMode::createContextMenu |
( |
QMenu * |
menu | ) |
|
|
protectedvirtual |
Add context menu items to menu.
- Attention
- menu can be a 0-pointer
- Returns
- Have there been any menu items to be added (if menu is 0 and there items to be added, the function must return true anyway.
Reimplemented from CSVRender::SelectionMode.
void CSVRender::PathgridSelectionMode::removeSelectedEdges |
( |
| ) |
|
|
privateslot |
void CSVRender::PathgridSelectionMode::removeSelectedNodes |
( |
| ) |
|
|
privateslot |
QAction* CSVRender::PathgridSelectionMode::mRemoveSelectedEdges |
|
private |
QAction* CSVRender::PathgridSelectionMode::mRemoveSelectedNodes |
|
private |
The documentation for this class was generated from the following files: