MaxPlus Python API Reference
ActionContext Class Reference
+ 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')
 

Detailed 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().

Member Function Documentation

◆ GetContextId()

def GetContextId (   self)
GetContextId(ActionContext self) -> ActionContextId

◆ GetName()

def GetName (   self)
GetName(ActionContext self) -> wchar_t const *

◆ IsActive()

def IsActive (   self)
IsActive(ActionContext self) -> bool

◆ SetActive()

def SetActive (   self,
  active = True 
)
SetActive(ActionContext self, bool active=True)
SetActive(ActionContext self)