Inheritance diagram for Swift::ChatState:
 Collaboration diagram for Swift::ChatState:Public Types | |
| enum | ChatStateType {  Active, Composing, Paused, Inactive, Gone }  | 
| typedef boost::shared_ptr < Payload >  | ref | 
Public Member Functions | |
| ChatState (ChatStateType state=Active) | |
| ChatStateType | getChatState () const | 
| void | setChatState (ChatStateType state) | 
Definition at line 14 of file ChatState.h.
typedef boost::shared_ptr<Payload> Swift::Payload::ref [inherited] | 
        
Reimplemented in Swift::Bytestreams, Swift::CapsInfo, Swift::Command, Swift::DeliveryReceipt, Swift::DeliveryReceiptRequest, Swift::DiscoInfo, Swift::ErrorPayload, Swift::Form, Swift::IBB, Swift::InBandRegistrationPayload, Swift::JingleContentPayload, Swift::JingleDescription, Swift::JingleFileTransferDescription, Swift::JingleFileTransferHash, Swift::JingleFileTransferReceived, Swift::JingleIBBTransportPayload, Swift::JinglePayload, Swift::JingleS5BTransportPayload, Swift::JingleTransportPayload, Swift::MUCAdminPayload, Swift::MUCDestroyPayload, Swift::MUCInvitationPayload, Swift::MUCOwnerPayload, Swift::MUCPayload, Swift::MUCUserPayload, Swift::Replace, Swift::RosterItemExchangePayload, Swift::RosterPayload, Swift::S5BProxyRequest, Swift::SearchPayload, Swift::SecurityLabel, Swift::SecurityLabelsCatalog, Swift::SoftwareVersion, Swift::StreamInitiation, Swift::StreamInitiationFileInfo, Swift::VCard, and Swift::WhiteboardPayload.
Definition at line 16 of file ChatState.h.
| Swift::ChatState::ChatState | ( | ChatStateType |  state = Active | 
          ) |  [inline] | 
        
Definition at line 17 of file ChatState.h.
| ChatStateType Swift::ChatState::getChatState | ( | ) |  const [inline] | 
        
Definition at line 21 of file ChatState.h.
| void Swift::ChatState::setChatState | ( | ChatStateType | state | ) |  [inline] | 
        
Definition at line 22 of file ChatState.h.
 1.7.1