#include <orbitcameramode.hpp>
|
| OrbitCameraMode (WorldspaceWidget *worldspaceWidget, const QIcon &icon, const QString &tooltip="", QWidget *parent=0) |
|
| ~OrbitCameraMode () |
|
virtual void | activate (CSVWidget::SceneToolbar *toolbar) |
| Default-Implementation: do nothing. More...
|
|
virtual void | deactivate (CSVWidget::SceneToolbar *toolbar) |
| Default-Implementation: do nothing. More...
|
|
virtual bool | createContextMenu (QMenu *menu) |
|
| ModeButton (const QIcon &icon, const QString &tooltip="", QWidget *parent=0) |
|
| 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 |
|
CSVRender::OrbitCameraMode::OrbitCameraMode |
( |
WorldspaceWidget * |
worldspaceWidget, |
|
|
const QIcon & |
icon, |
|
|
const QString & |
tooltip = "" , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
CSVRender::OrbitCameraMode::~OrbitCameraMode |
( |
| ) |
|
void CSVRender::OrbitCameraMode::centerSelection |
( |
| ) |
|
|
privateslot |
bool CSVRender::OrbitCameraMode::createContextMenu |
( |
QMenu * |
menu | ) |
|
|
virtual |
Add context menu items to menu. Default-implementation: return false
- 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 CSVWidget::ModeButton.
QAction* CSVRender::OrbitCameraMode::mCenterOnSelection |
|
private |
The documentation for this class was generated from the following files: