ActionTable Class Reference

ActionTable Class Reference

Class Description

A set of actions.
+ Inheritance diagram for ActionTable:

Public Member Functions

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

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 InterfaceId = _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