ActionTable Class Reference

ActionTable Class Reference

Class Description

A set of actions.
+ Inheritance diagram for ActionTable:

Public Member Functions

def GetAction
 
def GetNumActions
 
- Public Member Functions inherited from FPInterface
def EnableActions
 
def FindFn
 
def GetDesc
 
def Invoke
 
def IsChecked
 
def IsEnabled
 
def IsVisible
 
- Public Member Functions inherited from BaseInterface
def GetID
 
- Public Member Functions inherited from InterfaceServer
def GetInterface
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr
 

Static Public Attributes

tuple Actions = _swig_property(lambda self: (self.GetAction(i) for i in xrange(self.GetNumActions())))
 
tuple NumActions = _swig_property(GetNumActions)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from FPInterface
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from BaseInterface
tuple Id = _swig_property(GetID)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from InterfaceServer
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def GetAction (   self,
  args 
)
GetAction(ActionTable self, int n) -> ActionItem
def GetNumActions (   self)
GetNumActions(ActionTable self) -> int