An attribute that can hold a number and uses the specified number of digits when displaying on the UI.
#include <node.h>

Public Member Functions |
|
| AttributeNumber (Node *pOwner, const QString &sID, int m_iControlwidth=40, int m_iDigitCount=0) | |
| OPERATORS (int) | |
| AttributeNumber | ( | Node * | pOwner, |
| const QString & | sID, | ||
| int | m_iControlwidth =
40, |
||
| int | m_iDigitCount =
0 |
||
| ) |
| OPERATORS | ( | int | ) |
Reimplemented from AttributeInstance< int >.