ActionContext Class Reference

ActionContext Class Reference

Class Description

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().
+ Inheritance diagram for ActionContext:

Public Member Functions

def GetContextId (self)
 
def GetName (self)
 
def IsActive (self)
 
def SetActive
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Static Public Attributes

tuple Active = _swig_property(IsActive, SetActive)
 
tuple Id = _swig_property(GetContextId)
 
tuple Name = _swig_property(GetName)
 
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 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)