CFx SDK Documentation
2022 SP0
|
#include <FxStatusBar.h>
Public Types | |
enum | SubElementId { eCoords = 1 } |
Public Member Functions | |
CFxStatusBar (void) | |
virtual | ~CFxStatusBar (void) |
virtual void | StartProgressor (const CFxString &displayString)=0 |
virtual void | StopProgressor ()=0 |
virtual void | MeterProgress (double dPos)=0 |
virtual CFxString | GetText (bool useLeftLabel) const =0 |
virtual void | SetText (const CFxString &text, bool useLeftLabel)=0 |
virtual void | RefreshCoords (const OdGePoint3d &point, bool isInsideCommand, const OdGePoint3d *pBasePoint=0)=0 |
virtual CFxWidget * | GetFxWidget ()=0 |
virtual FxWId | GetWindowHandle () const =0 |
virtual CFxWidget * | GetSubControl (SubElementId id) const =0 |
Description: Represents the status bar. Library: DDKERNEL
Definition at line 31 of file FxStatusBar.h.
Enumerator | |
---|---|
eCoords |
Definition at line 99 of file FxStatusBar.h.
CFxStatusBar::CFxStatusBar | ( | void | ) |
|
virtual |
|
pure virtual |
Description: Returns QWidget object Arguments:
|
pure virtual |
|
pure virtual |
Description: Gets a text. Arguments:
useLeftLabel | true to use left label. |
Return Value: The text.
|
pure virtual |
Description: Returns the window handle.
|
pure virtual |
Description: Meter progress. Arguments:
dPos | The position. |
|
pure virtual |
Description: Refreshes coordinates in the status bar. Arguments:
point | The point. |
isInsideCommand | true if this object is inside command. |
pBasePoint | (optional) the base point. |
Description: Sets a text. Arguments:
text | The text. |
useLeftLabel | true to use left label. |
Description: Starts a progressor. Arguments:
displayString | The display string. |
|
pure virtual |
Description: Stop progressor.