|
|
| CTFTIncoTitle (CINOSSioTftExpTab *apParent, XMLNode axVarNode) |
| | Constructor.
|
| |
|
virtual | ~CTFTIncoTitle () |
| | Destructor.
|
| |
| virtual const char * | FindName (const char *apLangName=NULL) override |
| | Find member name according to given language. More...
|
| |
| | CTFTIncoMember (CINOSSioTftExpTab *apParent, XMLNode axVarNode) |
| | Constructor. More...
|
| |
|
virtual | ~CTFTIncoMember () |
| | Destructor.
|
| |
| virtual void | GetValueLimited (char *apBuf, uint32 auSize) |
| | Get string form of current value. More...
|
| |
| virtual void | GetValue (char *apBuf, uint32 auSize) |
| | Get string form of current value. More...
|
| |
| virtual void | SetValue (char *apBuf) |
| | Set new value. More...
|
| |
| virtual void | GetUnit (char *apBuf, uint32 auSize) |
| | Get unit of member. More...
|
| |
| virtual uint32 | GetCharacteristics () |
| | Get characteristics of member. More...
|
| |
| bool | SetCharacteristics (uint32 auChar, ETFTCharCmd aeCmd) |
| | Change characteristics. More...
|
| |
| virtual bool | IsWritable (uint32 auUserLevel) |
| | Check if member is writable for editing with given level. More...
|
| |
| virtual void | SelLanguage (const char *apLangName, const char *apLangFile, const char *apLangFileEnd) |
| | Set name according to selected language (or default). More...
|
| |
| virtual bool | UpdateInco () |
| | Update inco item pointer if member has one. More...
|
| |
| virtual bool | RepaintNeeded () |
| | Update member and check if anything requires a repaint. More...
|
| |
| virtual const char * | GetName () |
| | Get current name of member (depends on selected language). More...
|
| |
| virtual void | GetDefaultName (char *apBuf, uint32 auSize) |
| | Get default name independent of language. More...
|
| |
|
virtual bool | CanToggle () |
| | Returns true if the member can be toggled.
|
| |
|
virtual void | Toggle () |
| | Toggles the value of this member.
|
| |
|
virtual uint16 | GetCoordX () |
| |
|
virtual uint16 | GetCoordY () |
| |
|
virtual void | SetCoordY (uint16 auCoordY) |
| |
|
virtual uint16 | GetSizeX () |
| |
|
virtual uint16 | GetSizeY () |
| |
|
virtual bool | HitTest (uint16 auCoordX, uint16 auCoordY) |
| |
|
virtual EBlockTextAlignment | GetAlignment () |
| |
|
uint8 | GetForeColor () |
| |
|
uint8 | GetBackColor () |
| |
| void | SetBackColor (uint8 auColor) |
| |
|
uint8 | GetFrame () |
| |
|
STFTFontInfo & | GetFont () |
| |
|
void | SetReadOnly () |
| |
|
void | SetWritable () |
| |
|
uint8 | GetKeyBoard () const |
| |
Title member, print text over whole line, not name/value/unit.