Exposes basic properties and a state of a card. More...
#include <ICardMemberDescriptor.h>

Public Member Functions | |
| virtual GString | getId ()=0 |
| Get the unique card member identifier. More... | |
| virtual GString | getUserId ()=0 |
| Get the glympse user id. More... | |
| virtual GString | getCardId ()=0 |
| Get the card id that this member belongs to. More... | |
Public Member Functions inherited from Glympse::ICommon | |
| virtual int32 | retain ()=0 |
| Add a reference to our object in a COM-like way. | |
| virtual int32 | release ()=0 |
| Release a reference to our object in a COM-like way. | |
| virtual int32 | hold ()=0 |
| Add a reference to our object in a COM-like way. | |
| virtual int32 | unhold ()=0 |
| Release a reference to our object in a COM-like way. | |
| virtual int32 | hashCode ()=0 |
| Returns an integer hash code for this object. | |
| virtual bool | equals (const GCommonObj &o)=0 |
| Compares this instance with the specified object and indicates if they are equal. More... | |
| virtual GString | toString ()=0 |
| Returns a string containing a concise, human-readable description of this object. More... | |
| virtual void | attachObject (const GCommon &obj)=0 |
| Asociates arbitrary object with the instance. | |
| virtual GCommon | extractObject ()=0 |
| Extracts associated object or NULL if no association is established. | |
Additional Inherited Members | |
Protected Member Functions inherited from Glympse::ICommon | |
| virtual | ~ICommon () |
| Destructor is protected to deny explicit object deallocation. More... | |
Exposes basic properties and a state of a card.
Host application does not create or modify card objects directly. Instead it uses methods exposed by IGlympseCards.
|
pure virtual |
Get the card id that this member belongs to.
Can be null if not yet a member of a card.
|
pure virtual |
Get the unique card member identifier.
|
pure virtual |
Get the glympse user id.
Can be null if not yet a member of a card.
1.8.4