TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
iWidgetCommand Struct Referenceabstract
Inheritance diagram for iWidgetCommand:
iUnknown

Detailed Description

Widget command interface.

Public Member Functions

virtual tBool Copy (const iWidgetCommand *apSrc)=0
 Copy the specified command in this command. More...
 
virtual iWidgetCommandClone () const =0
 Clone this command. More...
 
virtual tBool SetSender (iWidget *apSender)=0
 Set the command sender. {Property}. More...
 
virtual iWidgetGetSender () const =0
 Get the command sender. {Property}. More...
 
virtual void SetID (tU32 anID)=0
 Set the command id. {Property}. More...
 
virtual tU32 GetID () const =0
 Get the command id. {Property}. More...
 
virtual void SetExtra1 (const Var &aVar)=0
 Set the extra parameter 1. {Property}. More...
 
virtual const VarGetExtra1 () const =0
 Get the extra parameter 1. {Property}. More...
 
virtual void SetExtra2 (const Var &aVar)=0
 Set the extra parameter 2. {Property}. More...
 
virtual const VarGetExtra2 () const =0
 Get the extra parameter 2. {Property}. More...
 
- Public Member Functions inherited from iUnknown
virtual tBool IsOK () const =0
 Check if the object is valid. More...
 
virtual tI32 AddRef ()=0
 Signal that one more reference of the object has been created. More...
 
virtual tI32 Release ()=0
 Release a reference of the object. More...
 
virtual void DeleteThis ()=0
 Bypass any reference counting and delete this object. More...
 
virtual void Invalidate ()=0
 Invalidate the object. More...
 
virtual iUnknownQueryInterface (const tUUID &aIID)=0
 Query an interface. More...
 
virtual void ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0
 Fill a UUID list containing the UUIDs of the implemented interfaces. More...
 
virtual tI32 SetNumRefs (tI32 anNumRefs)=0
 Set the reference counter directly. More...
 
virtual tI32 GetNumRefs () const =0
 Get the number of references to this object. More...
 

Member Function Documentation

virtual tBool Copy ( const iWidgetCommand apSrc)
pure virtual

Copy the specified command in this command.

virtual iWidgetCommand* Clone ( ) const
pure virtual

Clone this command.

virtual tBool SetSender ( iWidget apSender)
pure virtual

Set the command sender. {Property}.

virtual iWidget* GetSender ( ) const
pure virtual

Get the command sender. {Property}.

virtual void SetID ( tU32  anID)
pure virtual

Set the command id. {Property}.

virtual tU32 GetID ( ) const
pure virtual

Get the command id. {Property}.

virtual void SetExtra1 ( const Var aVar)
pure virtual

Set the extra parameter 1. {Property}.

virtual const Var& GetExtra1 ( ) const
pure virtual

Get the extra parameter 1. {Property}.

virtual void SetExtra2 ( const Var aVar)
pure virtual

Set the extra parameter 2. {Property}.

virtual const Var& GetExtra2 ( ) const
pure virtual

Get the extra parameter 2. {Property}.