| MaxPlus Python API Reference
    | 
 Inheritance diagram for ActionContext:
 Inheritance diagram for ActionContext:| Public Member Functions | |
| def | GetContextId (self) | 
| def | GetName (self) | 
| def | IsActive (self) | 
| def | SetActive (self, active=True) | 
|  Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr (self) | 
| Static Public Attributes | |
| Active = _swig_property(IsActive, SetActive) | |
| Id = _swig_property(GetContextId) | |
| Name = _swig_property(GetName) | |
| 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 | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
An identifer for a group of keyboard shortcuts. Examples are the Main 3ds Max UI, Track View, and the Editable Mesh. They are registered using IActionManager::RegisterActionContext().
| def GetContextId | ( | self | ) | 
GetContextId(ActionContext self) -> ActionContextId
| def GetName | ( | self | ) | 
GetName(ActionContext self) -> wchar_t const *
| def IsActive | ( | self | ) | 
IsActive(ActionContext self) -> bool
| def SetActive | ( | self, | |
| active = True | |||
| ) | 
SetActive(ActionContext self, bool active=True) SetActive(ActionContext self)