|
MaxPlus Python API Reference
|
Inheritance diagram for FPInterface:Public Member Functions | |
| def | EnableActions (self, *args) |
| def | FindFn (self, *args) |
| def | GetDesc (self) |
| def | Invoke (self, *args) |
| def | IsChecked (self, *args) |
| def | IsEnabled (self, *args) |
| def | IsVisible (self, *args) |
Public Member Functions inherited from BaseInterface | |
| def | GetID (self) |
Public Member Functions inherited from InterfaceServer | |
| def | GetInterface (self, *args) |
Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr (self) |
Static Public Attributes | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Static Public Attributes inherited from BaseInterface | |
| InterfaceId = _swig_property(GetID) | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Static Public Attributes inherited from InterfaceServer | |
| 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') | |
The base class for defining function published interface classes. Function published interfaces are exposed automatically to MAXScript
| def EnableActions | ( | self, | |
| * | args | ||
| ) |
EnableActions(FPInterface self, bool onOff)
| def FindFn | ( | self, | |
| * | args | ||
| ) |
FindFn(FPInterface self, wchar_t const * name) -> FunctionID
| def GetDesc | ( | self | ) |
GetDesc(FPInterface self) -> FPInterfaceDesc
| def Invoke | ( | self, | |
| * | args | ||
| ) |
Invoke(FPInterface self, FunctionID fid, TimeValue t=0) -> int Invoke(FPInterface self, FunctionID fid) -> int
| def IsChecked | ( | self, | |
| * | args | ||
| ) |
IsChecked(FPInterface self, FunctionID actionID) -> bool
| def IsEnabled | ( | self, | |
| * | args | ||
| ) |
IsEnabled(FPInterface self, FunctionID actionID) -> bool
| def IsVisible | ( | self, | |
| * | args | ||
| ) |
IsVisible(FPInterface self, FunctionID actionID) -> bool