#include <GUIMessage.h>
 | 
|   | CGUIMessage (int dwMsg, int senderID, int controlID, int64_t param1=0, int64_t param2=0) | 
|   | 
|   | CGUIMessage (int msg, int senderID, int controlID, int64_t param1, int64_t param2, CFileItemList *item) | 
|   | 
|   | CGUIMessage (int msg, int senderID, int controlID, int64_t param1, int64_t param2, const std::shared_ptr< CGUIListItem > &item) | 
|   | 
|   | CGUIMessage (const CGUIMessage &msg) | 
|   | 
|   | ~CGUIMessage (void) | 
|   | 
| CGUIMessage &  | operator= (const CGUIMessage &msg) | 
|   | 
| int  | GetControlId () const | 
|   | 
| int  | GetMessage () const | 
|   | 
| void *  | GetPointer () const | 
|   | 
| std::shared_ptr< CGUIListItem >  | GetItem () const | 
|   | 
| int  | GetParam1 () const | 
|   | 
| int64_t  | GetParam1AsI64 () const | 
|   | 
| int  | GetParam2 () const | 
|   | 
| int64_t  | GetParam2AsI64 () const | 
|   | 
| int  | GetSenderId () const | 
|   | 
| void  | SetParam1 (int64_t param1) | 
|   | 
| void  | SetParam2 (int64_t param2) | 
|   | 
| void  | SetPointer (void *pointer) | 
|   | 
| void  | SetLabel (const std::string &strLabel) | 
|   | 
| void  | SetLabel (int iString) | 
|   | 
| const std::string &  | GetLabel () const | 
|   | 
| void  | SetStringParam (const std::string &strParam) | 
|   | 
| void  | SetStringParams (const std::vector< std::string > ¶ms) | 
|   | 
| const std::string &  | GetStringParam (size_t param=0) const | 
|   | 
| size_t  | GetNumStringParams () const | 
|   | 
| void  | SetItem (std::shared_ptr< CGUIListItem > item) | 
|   | 
◆ CGUIMessage() [1/4]
◆ CGUIMessage() [2/4]
◆ CGUIMessage() [3/4]
◆ CGUIMessage() [4/4]
◆ ~CGUIMessage()
  
  
      
        
          | CGUIMessage::~CGUIMessage  | 
          ( | 
          void |            | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ GetControlId()
      
        
          | int CGUIMessage::GetControlId  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetItem()
      
        
          | std::shared_ptr< CGUIListItem > CGUIMessage::GetItem  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetLabel()
      
        
          | const std::string & CGUIMessage::GetLabel  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetMessage()
      
        
          | int CGUIMessage::GetMessage  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetNumStringParams()
      
        
          | size_t CGUIMessage::GetNumStringParams  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetParam1()
      
        
          | int CGUIMessage::GetParam1  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetParam1AsI64()
      
        
          | int64_t CGUIMessage::GetParam1AsI64  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetParam2()
      
        
          | int CGUIMessage::GetParam2  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetParam2AsI64()
      
        
          | int64_t CGUIMessage::GetParam2AsI64  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetPointer()
      
        
          | void * CGUIMessage::GetPointer  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetSenderId()
      
        
          | int CGUIMessage::GetSenderId  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GetStringParam()
      
        
          | const std::string & CGUIMessage::GetStringParam  | 
          ( | 
          size_t |           param = 0 | ) | 
           const | 
        
      
 
 
◆ operator=()
◆ SetItem()
◆ SetLabel() [1/2]
      
        
          | void CGUIMessage::SetLabel  | 
          ( | 
          const std::string & |           strLabel | ) | 
           | 
        
      
 
 
◆ SetLabel() [2/2]
      
        
          | void CGUIMessage::SetLabel  | 
          ( | 
          int |           iString | ) | 
           | 
        
      
 
 
◆ SetParam1()
◆ SetParam2()
◆ SetPointer()
      
        
          | void CGUIMessage::SetPointer  | 
          ( | 
          void * |           pointer | ) | 
           | 
        
      
 
 
◆ SetStringParam()
      
        
          | void CGUIMessage::SetStringParam  | 
          ( | 
          const std::string & |           strParam | ) | 
           | 
        
      
 
 
◆ SetStringParams()
      
        
          | void CGUIMessage::SetStringParams  | 
          ( | 
          const std::vector< std::string > & |           params | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following files: