|
|
| CTFTIncoMemory (CINOSSioTftExpTab *apParent, XMLNode axVarNode) |
| | Constructor.
|
| |
|
virtual | ~CTFTIncoMemory () |
| | Destructor.
|
| |
| virtual void | GetValue (char *apBuf, uint32 auSize) override |
| | Get string form of current value.
|
| |
| virtual void | SetValue (char *apBuf) override |
| | Set new value.
|
| |
| virtual uint32 | GetCharacteristics () override |
| | Get characteristics of member.
|
| |
| virtual bool | IsWritable (uint32 auUserLevel) override |
| | Check if member is writable for editing with given level.
|
| |
| virtual const char * | FindName (const char *apLangName=NULL) override |
| | Find member name according to given language.
|
| |
| void | SetAdr (uint32 auAdr) |
| | Set memory address to show content of.
|
| |
| | CTFTIncoMember (CINOSSioTftExpTab *apParent, XMLNode axVarNode) |
| | Constructor.
|
| |
|
virtual | ~CTFTIncoMember () |
| | Destructor.
|
| |
| virtual void | GetValueLimited (char *apBuf, uint32 auSize) |
| | Get string form of current value.
|
| |
| virtual void | GetUnit (char *apBuf, uint32 auSize) |
| | Get unit of member.
|
| |
| bool | SetCharacteristics (uint32 auChar, ETFTCharCmd aeCmd) |
| | Change characteristics.
|
| |
| virtual void | SelLanguage (const char *apLangName, const char *apLangFile, const char *apLangFileEnd) |
| | Set name according to selected language (or default).
|
| |
| virtual bool | UpdateInco () |
| | Update inco item pointer if member has one.
|
| |
| virtual bool | RepaintNeeded () |
| | Update member and check if anything requires a repaint.
|
| |
| virtual const char * | GetName () |
| | Get current name of member (depends on selected language).
|
| |
| virtual void | GetDefaultName (char *apBuf, uint32 auSize) |
| | Get default name independent of language.
|
| |
| 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 |
| |
Memory member, show some memory content.