Stellarium 0.12.3
List of all members | Signals | Public Member Functions
TuiNodeInt Class Reference

Allows navigation but also editing of an integer value. More...

#include <TuiNodeInt.hpp>

Signals

void setValue (int b)
 

Public Member Functions

 TuiNodeInt (const QString &text, QObject *receiver, const char *method, int defValue, int min, int max, int inc, TuiNode *parent=NULL, TuiNode *prev=NULL)
 Create a TuiNodeInt node. More...
 
virtual TuiNodeResponse handleEditingKey (int key)
 
virtual QString getDisplayText ()
 
- Public Member Functions inherited from TuiNodeEditable
 TuiNodeEditable (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL)
 
virtual TuiNodeResponse handleKey (int key)
 
- 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 TuiNodegetParentNode ()
 
virtual void setParentNode (TuiNode *n)
 
virtual TuiNodegetChildNode ()
 
virtual void setChildNode (TuiNode *n)
 
virtual TuiNodegetPrevNode ()
 
virtual void setPrevNode (TuiNode *n)
 
virtual TuiNodegetNextNode ()
 
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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from TuiNode
void updateNodeNumber ()
 Updates nodeNumber, ancestorNumbers and prefixText. More...
 
- Protected Attributes inherited from TuiNodeEditable
bool editing
 

Detailed Description

Allows navigation but also editing of an integer value.

Definition at line 27 of file TuiNodeInt.hpp.

Constructor & Destructor Documentation

TuiNodeInt::TuiNodeInt ( const QString &  text,
QObject *  receiver,
const char *  method,
int  defValue,
int  min,
int  max,
int  inc,
TuiNode parent = NULL,
TuiNode prev = NULL 
)

Create a TuiNodeInt node.

Parameters
textthe text to be displayed for this node
receivera QObject which will receive a signal when the value is changed
methodthe method in the receiver which will be called when the value is changed. Note that this should be passed using the SLOT() macro.
defValuethe default value for the node
minthe minimum acceptable value for the node
maxthe maximum acceptable value for the node
incthe increment which will be added and subtracted from the current value when the up and down cursors are used
parentthe node for the parent menu item
prevthe previous node in the current menu (typically shares the same parent)

The documentation for this class was generated from the following file: