MaxPlus Python API Reference
Effects Class Reference
+ Inheritance diagram for Effects:

Public Member Functions

def Add (*args)
 
def CloseDialog ()
 
def Delete (*args)
 
def Edit (*args)
 
def Get (*args)
 
def GetCount ()
 
def OpenDialog ()
 
def Set (*args)
 

Static Public Attributes

 Add = staticmethod(Add)
 
 CloseDialog = staticmethod(CloseDialog)
 
 Delete = staticmethod(Delete)
 
 Edit = staticmethod(Edit)
 
 Get = staticmethod(Get)
 
 GetCount = staticmethod(GetCount)
 
 OpenDialog = staticmethod(OpenDialog)
 
 Set = staticmethod(Set)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Render effect utility functions.

Member Function Documentation

◆ Add()

def Add ( args)
Add(Effect e)

◆ CloseDialog()

def CloseDialog ( )
CloseDialog()

◆ Delete()

def Delete ( args)
Delete(int i)

◆ Edit()

def Edit ( args)
Edit(Effect e, INode gizmo=0)
Edit(Effect e)

◆ Get()

def Get ( args)
Get(int i) -> Effect

◆ GetCount()

def GetCount ( )
GetCount() -> int

◆ OpenDialog()

def OpenDialog ( )
OpenDialog() -> bool

◆ Set()

def Set ( args)
Set(int i, Effect e)