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

Public Member Functions

def DisableStatusXYZ ()
 
def DisplayTempPrompt (*args)
 
def EnableStatusXYZ ()
 
def GetPrompt ()
 
def PopPrompt ()
 
def ProgressEnd ()
 
def ProgressStart (*args)
 
def ProgressUpdate (*args)
 
def PushPrompt (*args)
 
def RemoveTempPrompt ()
 
def RepaintTimeSlider ()
 
def ReplacePrompt (*args)
 
def SetStatusXYZ (*args)
 

Static Public Attributes

 DisableStatusXYZ = staticmethod(DisableStatusXYZ)
 
 DisplayTempPrompt = staticmethod(DisplayTempPrompt)
 
 EnableStatusXYZ = staticmethod(EnableStatusXYZ)
 
 GetPrompt = staticmethod(GetPrompt)
 
 PopPrompt = staticmethod(PopPrompt)
 
 ProgressEnd = staticmethod(ProgressEnd)
 
 ProgressStart = staticmethod(ProgressStart)
 
 ProgressUpdate = staticmethod(ProgressUpdate)
 
 PushPrompt = staticmethod(PushPrompt)
 
 RemoveTempPrompt = staticmethod(RemoveTempPrompt)
 
 RepaintTimeSlider = staticmethod(RepaintTimeSlider)
 
 ReplacePrompt = staticmethod(ReplacePrompt)
 
 SetStatusXYZ = staticmethod(SetStatusXYZ)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Status panel related utility functions

Member Function Documentation

◆ DisableStatusXYZ()

def DisableStatusXYZ ( )
DisableStatusXYZ()

◆ DisplayTempPrompt()

def DisplayTempPrompt ( args)
DisplayTempPrompt(wchar_t const * s, int msec=1000)
DisplayTempPrompt(wchar_t const * s)

◆ EnableStatusXYZ()

def EnableStatusXYZ ( )
EnableStatusXYZ()

◆ GetPrompt()

def GetPrompt ( )
GetPrompt() -> WStr

◆ PopPrompt()

def PopPrompt ( )
PopPrompt()

◆ ProgressEnd()

def ProgressEnd ( )
ProgressEnd()

◆ ProgressStart()

def ProgressStart ( args)
ProgressStart(wchar_t const * title, bool dispBar=True) -> bool
ProgressStart(wchar_t const * title) -> bool

◆ ProgressUpdate()

def ProgressUpdate ( args)
ProgressUpdate(int pct, bool showPct, wchar_t const * title)
ProgressUpdate(int pct, bool showPct=True)
ProgressUpdate(int pct)

◆ PushPrompt()

def PushPrompt ( args)
PushPrompt(wchar_t const * s)

◆ RemoveTempPrompt()

def RemoveTempPrompt ( )
RemoveTempPrompt()

◆ RepaintTimeSlider()

def RepaintTimeSlider ( )
RepaintTimeSlider()

◆ ReplacePrompt()

def ReplacePrompt ( args)
ReplacePrompt(wchar_t const * s)

◆ SetStatusXYZ()

def SetStatusXYZ ( args)
SetStatusXYZ(Point3 xyz, int type)
SetStatusXYZ(AngAxis aa)