Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classTuiNodeEditable.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:35:12 2014 Кодировка: Поисковые слова: п п п п п п п п п |
Stellarium 0.12.3
|
pure virtual from which editables for different data types are derived. More...
#include <TuiNodeEditable.hpp>
Public Member Functions | |
TuiNodeEditable (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL) | |
virtual TuiNodeResponse | handleKey (int key) |
virtual TuiNodeResponse | handleEditingKey (int key)=0 |
Public Member Functions inherited from TuiNode | |
TuiNode (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL) | |
Create a TuiNode. More... | |
virtual TuiNodeResponse | navigation (int key) |
virtual QString | getDisplayText () |
virtual TuiNode * | getParentNode () |
virtual void | setParentNode (TuiNode *n) |
virtual TuiNode * | getChildNode () |
virtual void | setChildNode (TuiNode *n) |
virtual TuiNode * | getPrevNode () |
virtual void | setPrevNode (TuiNode *n) |
virtual TuiNode * | getNextNode () |
virtual void | setNextNode (TuiNode *n) |
virtual void | loopToTheLast () |
Set prevNode to the last of the chain of nextNode-s. More... | |
int | getNodeNumber () |
QList< int > | getAncestorsNumbers () |
Protected Attributes | |
bool | editing |
Protected Attributes inherited from TuiNode | |
TuiNode * | parentNode |
TuiNode * | childNode |
TuiNode * | prevNode |
TuiNode * | nextNode |
QString | prefixText |
Text of the prefix containing the hierarchical node number. More... | |
QString | displayText |
int | nodeNumber |
Number of the node in the current menu. More... | |
QList< int > | ancestorsNumbers |
Contains the numbers of the parent nodes in the hierarchy. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from TuiNode | |
void | updateNodeNumber () |
Updates nodeNumber, ancestorNumbers and prefixText. More... | |
pure virtual from which editables for different data types are derived.
Definition at line 28 of file TuiNodeEditable.hpp.