![]() |
Public Member Functions | |
void | clearMessages (void) |
const Common::JString & | getName (void) const |
const int | getID (void) const |
unsigned int | getMessageCount (void) const |
const Common::JVector< Common::JString > & | getSenders (void) const |
const Common::JVector< Common::Object > & | getMessages (void) const |
bool | getIsPrivate (void) const |
const Common::Dictionary< Common::Object, Common::Object > & | getCustomProperties () const |
virtual Common::JString & | toString (Common::JString &retStr, bool withTypes=false) const |
![]() | |
virtual | ~Base (void) |
![]() | |
virtual | ~ToString (void) |
virtual JString | typeToString (void) const |
JString | toString (bool withTypes=false) const |
Additional Inherited Members | |
![]() | |
static void | setListener (const BaseListener *baseListener) |
static int | getDebugOutputLevel (void) |
static bool | setDebugOutputLevel (int debugLevel) |
static const LogFormatOptions & | getLogFormatOptions (void) |
static void | setLogFormatOptions (const LogFormatOptions &options) |
Represents channel or private chat (channel with 2 users)
|
virtual |
retStr | reference to a string, to store the return-value in; the information, which is generated by this function, will be attached at the end of any eventually existing previous content of the string |
withTypes | set to true, to include type information in the generated string |
Implements ToString.