|
|
@ -47,6 +47,7 @@ namespace NLGUI
|
|
|
|
CViewTextFormated (const TCtorParam ¶m) : CViewText(param)
|
|
|
|
CViewTextFormated (const TCtorParam ¶m) : CViewText(param)
|
|
|
|
{}
|
|
|
|
{}
|
|
|
|
std::string getProperty( const std::string &name ) const;
|
|
|
|
std::string getProperty( const std::string &name ) const;
|
|
|
|
|
|
|
|
void setProperty( const std::string &name, const std::string &value );
|
|
|
|
virtual bool parse(xmlNodePtr cur, CInterfaceGroup * parentGroup);
|
|
|
|
virtual bool parse(xmlNodePtr cur, CInterfaceGroup * parentGroup);
|
|
|
|
virtual void checkCoords();
|
|
|
|
virtual void checkCoords();
|
|
|
|
const ucstring &getFormatString() const { return _FormatString; }
|
|
|
|
const ucstring &getFormatString() const { return _FormatString; }
|
|
|
|