class ClientResource
|
A client contact's resource. More... |
|
|
Public Methods
- inline ClientResource (const char* id, const char* name = 0, bool audio = true)
- virtual const String& toString () const
Public Members
Protected Members
This class holds data about a client account/contact resource
inline ClientResource (const char* id, const char* name = 0, bool audio = true)
| ClientResource |
Constructor
Parameters:
id | The resource's id
|
audio | True (default) if the resource has audio capability
|
name | Optional display name. Defaults to the id's value if 0
|
const String& toString ()
| toString |
[const virtual]
Get a string representation of this object
Returns: The account's id
Reimplemented from GenObject.
int m_priority
| m_priority |
[protected]
Generated by: paulc on bussard on Wed Oct 21 01:57:30 2009, using kdoc 2.0a54. |