Public Slots |
| virtual void | moveBackward () |
| | Move backward/forward in history.
|
| virtual void | moveForward () |
| virtual void | moveTo (int) |
| | Move to history item at index.
|
Protected Member Functions |
| virtual void | updateButtons () |
| | Updates button state and tool tip.
|
Constructor & Destructor Documentation
| DtSimulationObjectEditorHistory::DtSimulationObjectEditorHistory |
( |
makVrv::DtDe & |
, |
|
|
QWidget * |
p |
|
) |
| |
Member Function Documentation
Creates widgets that are part of this widget.
| virtual void DtSimulationObjectEditorHistory::clearHistory |
( |
| ) |
|
|
virtual |
| virtual void DtSimulationObjectEditorHistory::addHistoryItem |
( |
DtModelSetEntry * |
| ) |
|
|
virtual |
Adds an item to the history at the current history index.
If the history index is not at the end, all items after the history index will be removed
| int DtSimulationObjectEditorHistory::count |
( |
| ) |
const |
|
inline |
| int DtSimulationObjectEditorHistory::historyIndex |
( |
| ) |
const |
|
inline |
| virtual void DtSimulationObjectEditorHistory::moveBackward |
( |
| ) |
|
|
virtualslot |
Move backward/forward in history.
| virtual void DtSimulationObjectEditorHistory::moveForward |
( |
| ) |
|
|
virtualslot |
| virtual void DtSimulationObjectEditorHistory::moveTo |
( |
int |
| ) |
|
|
virtualslot |
Move to history item at index.
| virtual void DtSimulationObjectEditorHistory::updateButtons |
( |
| ) |
|
|
protectedvirtual |
Updates button state and tool tip.
Member Data Documentation
| QPushButton* DtSimulationObjectEditorHistory::myForward |
|
protected |
| QPushButton* DtSimulationObjectEditorHistory::myBackward |
|
protected |
| int DtSimulationObjectEditorHistory::myHistoryIndex |
|
protected |
| bool DtSimulationObjectEditorHistory::myMoving |
|
protected |
The documentation for this class was generated from the following file: