StatusPanel Class Reference

StatusPanel Class Reference

Class Description

Status panel related utility functions
+ 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

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

Member Function Documentation

def DisableStatusXYZ ( )
DisableStatusXYZ()
def DisplayTempPrompt (   args)
DisplayTempPrompt(wchar_t const * s, int msec=1000)
DisplayTempPrompt(wchar_t const * s)
def EnableStatusXYZ ( )
EnableStatusXYZ()
def GetPrompt ( )
GetPrompt() -> WStr
def PopPrompt ( )
PopPrompt()
def ProgressEnd ( )
ProgressEnd()
def ProgressStart (   args)
ProgressStart(wchar_t const * title, bool dispBar=True) -> bool
ProgressStart(wchar_t const * title) -> bool
def ProgressUpdate (   args)
ProgressUpdate(int pct, bool showPct, wchar_t const * title)
ProgressUpdate(int pct, bool showPct=True)
ProgressUpdate(int pct)
def PushPrompt (   args)
PushPrompt(wchar_t const * s)
def RemoveTempPrompt ( )
RemoveTempPrompt()
def RepaintTimeSlider ( )
RepaintTimeSlider()
def ReplacePrompt (   args)
ReplacePrompt(wchar_t const * s)
def SetStatusXYZ (   args)
SetStatusXYZ(Point3 xyz, int type)
SetStatusXYZ(AngAxis aa)