AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Object that can be converted to string. More...
Object that can be converted to string.
Used in reflection.
Public Member Functions | |
virtual AString | toString () const =0 |
Static Public Member Functions | |
template<typename T > | |
static AString | toString (const T *t) |
template<typename T > | |
static AString | toString (const _< T > &t) |
|
pure virtual |
Implemented in ass::prop::Property< BackgroundImage >, ass::prop::Property< MaxSize >, ass::prop::Property< MinSize >, AAbstractLabel, AAbstractTextField, and ATextArea.
Wrapper function. If the passed object is an instance of IStringable the supplyValue of toString of this object will be returned, AReflect::name() of this pointer otherwise
|
inlinestatic |
Wrapper function. If the passed object is an instance of IStringable the supplyValue of toString of this object will be returned, AReflect::name() of this pointer otherwise
#include <AUI/Common/IStringable.h>