ControlList Class Reference

Class Description

Proxy of C++ Autodesk::Max::PointerList<(Autodesk::Max::Control,::Control)> class
+ Inheritance diagram for ControlList:

Public Member Functions

def Append (self, args)
 
def Delete (self, args)
 
def GetCount (self)
 
def GetItem (self, args)
 
def Insert (self, args)
 
def SetCount (self, args)
 
def SetItem (self, args)
 

Public Attributes

 this
 

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def Append (   self,
  args 
)
Append(ControlList self, Control x)
def Delete (   self,
  args 
)
Delete(ControlList self, int n)
def GetCount (   self)
GetCount(ControlList self) -> int
def GetItem (   self,
  args 
)
GetItem(ControlList self, int n) -> Control
def Insert (   self,
  args 
)
Insert(ControlList self, Control x, int at)
def SetCount (   self,
  args 
)
SetCount(ControlList self, int n)
def SetItem (   self,
  args 
)
SetItem(ControlList self, int n, Control x)