AbstractCustomActionItem Class Reference

AbstractCustomActionItem Class Reference

Class Description

Derive from this class to create new custom user actions.
+ Inheritance diagram for AbstractCustomActionItem:

Public Member Functions

def Execute (self)
 
def GetButtonText (self)
 
def GetCategoryText (self)
 
def GetDescription (self)
 
def GetId (self)
 
def GetMenuText (self)
 
def IsChecked (self)
 
def IsEnabled (self)
 
def IsIndeterminate (self)
 
def IsVisible (self)
 

Public Attributes

 this
 

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def Execute (   self)
Execute(AbstractCustomActionItem self) -> bool
def GetButtonText (   self)
GetButtonText(AbstractCustomActionItem self) -> wchar_t const *
def GetCategoryText (   self)
GetCategoryText(AbstractCustomActionItem self) -> wchar_t const *
def GetDescription (   self)
GetDescription(AbstractCustomActionItem self) -> wchar_t const *
def GetId (   self)
GetId(AbstractCustomActionItem self) -> int
def GetMenuText (   self)
GetMenuText(AbstractCustomActionItem self) -> wchar_t const *
def IsChecked (   self)
IsChecked(AbstractCustomActionItem self) -> bool
def IsEnabled (   self)
IsEnabled(AbstractCustomActionItem self) -> bool
def IsIndeterminate (   self)
IsIndeterminate(AbstractCustomActionItem self) -> bool
def IsVisible (   self)
IsVisible(AbstractCustomActionItem self) -> bool