#include <JointStateView.h>
|
enum | LayoutArea {
TopLeftArea = 0,
MiddleLeftArea = 1,
BottomLeftArea = 2,
TopCenterArea = 3,
CenterArea = 4,
BottomCenterArea = 5,
TopRightArea = 6,
MiddleRightArea = 7,
BottomRightArea = 8,
NumLayoutAreas = 9,
LEFT = TopLeftArea,
LEFT_TOP = TopLeftArea,
LEFT_BOTTOM = BottomLeftArea,
CENTER = CenterArea,
RIGHT = TopRightArea,
BOTTOM = BottomCenterArea
} |
|
void | setLayoutContentsMarginRatio (QLayout *layout, double leftMarginRatio, double topMarginRatio, double rightMarginRatio, double bottomMarginRatio) |
|
void | zoomFontSize (int zoom) |
|
virtual void | onActivated () |
|
virtual void | onDeactivated () |
|
virtual void | onFocusChanged (bool on) |
|
virtual void | onAttachedMenuRequest (MenuManager &menuManager) |
|
virtual void | keyPressEvent (QKeyEvent *event) |
|
virtual void | resizeEvent (QResizeEvent *event) |
|
◆ JointStateView()
JointStateView::JointStateView |
( |
| ) |
|
◆ ~JointStateView()
JointStateView::~JointStateView |
( |
| ) |
|
|
virtual |
◆ initializeClass()
◆ restoreState()
bool JointStateView::restoreState |
( |
const Archive & |
archive | ) |
|
|
virtual |
◆ storeState()
bool JointStateView::storeState |
( |
Archive & |
archive | ) |
|
|
virtual |
The documentation for this class was generated from the following files: