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
| DtEntityEditorHistory::DtEntityEditorHistory |
( |
QWidget * |
p | ) |
|
Member Function Documentation
Creates widgets that are part of this widget.
| virtual void DtEntityEditorHistory::clearHistory |
( |
| ) |
|
|
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
| virtual void DtEntityEditorHistory::setUiState |
( |
int |
i, |
|
|
const QMap< QString, QVariant > & |
|
|
) |
| |
|
virtual |
| int DtEntityEditorHistory::count |
( |
| ) |
const |
|
inline |
| int DtEntityEditorHistory::historyIndex |
( |
| ) |
const |
|
inline |
| virtual void DtEntityEditorHistory::updateUiSaveState |
( |
int |
i, |
|
|
const DtUiElementEvent & |
e |
|
) |
| |
|
virtual |
Merges in new history save state at particular slot.
| virtual QMap<QString, QVariant> DtEntityEditorHistory::currentUiState |
( |
| ) |
const |
|
virtual |
| virtual void DtEntityEditorHistory::moveBackward |
( |
| ) |
|
|
virtualslot |
Move backward/forward in history.
| virtual void DtEntityEditorHistory::moveForward |
( |
| ) |
|
|
virtualslot |
| virtual void DtEntityEditorHistory::moveTo |
( |
int |
| ) |
|
|
virtualslot |
Move to history item at index.
| virtual void DtEntityEditorHistory::updateButtons |
( |
| ) |
|
|
protectedvirtual |
Updates button state and tool tip.
Member Data Documentation
| const QMap<QString, QVariant> DtEntityEditorHistory::theEmptyStringVariantMap |
|
staticprotected |
| int DtEntityEditorHistory::myHistoryIndex |
|
protected |
| bool DtEntityEditorHistory::myMoving |
|
protected |
The documentation for this class was generated from the following file: