StatusPanel Class Reference
Status panel related utility functions
|
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') |
|
def DisplayTempPrompt |
( |
|
args | ) |
|
DisplayTempPrompt(wchar_t const * s, int msec=1000)
DisplayTempPrompt(wchar_t const * s)
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)
PushPrompt(wchar_t const * s)
def RepaintTimeSlider |
( |
| ) |
|
def ReplacePrompt |
( |
|
args | ) |
|
ReplacePrompt(wchar_t const * s)
SetStatusXYZ(Point3 xyz, int type)
SetStatusXYZ(AngAxis aa)