Constructors
| Name | Description |
|---|---|
Destructors
| Name | Description |
|---|---|
~DockPanel() |
Override Functions
| Access | Return | Modifier | Name | Description |
|---|---|---|---|---|
protected | void | onRefresh() | ||
protected | void | refreshSize() | ||
protected | void | refreshPosition() |
Functions
| Access | Return | Modifier | Name | Description |
|---|---|---|---|---|
private | class | Dock() | ||
public | static | |||
public | const | getSide() | ||
public | void | |||
public | bool | const | isFill() | |
public | bool | const | isFloating() | |
public | bool | const | isResizable() | |
public | bool | const | isGrabbable() | |
public | void | setGrabbable( bool inValue ) | ||
public | bool | const | hasAssignedHandle() | |
public | bool | const | ||
public | const | getHandleId() | ||
public | const | findAssignedHandle() | ||
public | const | getSizeValue() | ||
public | const | getMinSizeValue() | ||
public | const | getMaxSizeValue() | ||
public | bool | const | hasExtent() | |
public | float | const | getExtent() | |
public | void | setExtent( float inValue ) | ||
public | void | clearExtent() | ||
public | const | getFloatPosition() | ||
public | void | |||
public | const | getFloatSize() | ||
public | void | |||
public | const | getHandle() | ||
protected | void | refreshPeripherals() | ||
private | void | refreshAttributes() | ||
private | void | refreshHandle() | ||
private | void | refreshOrientation() | ||
private | const | region() | ||
private | const | |||
private | const | |||
private | bool | const |
Members
| Access | Type | Modifier | Name | Description |
|---|---|---|---|---|
public | const char* | static, constexpr | TAG_ID | |
public | const char* | static, constexpr | SIDE_ATTRIBUTE_NAME | |
public | const char* | static, constexpr | SIZE_ATTRIBUTE_NAME | |
public | const char* | static, constexpr | MIN_SIZE_ATTRIBUTE_NAME | |
public | const char* | static, constexpr | MAX_SIZE_ATTRIBUTE_NAME | |
public | const char* | static, constexpr | IS_RESIZABLE_ATTRIBUTE_NAME | |
public | const char* | static, constexpr | IS_GRABBABLE_ATTRIBUTE_NAME | |
public | const char* | static, constexpr | HANDLE_ATTRIBUTE_NAME | |
public | const char* | static, constexpr | SIDE_TYPE_FILL | |
public | const char* | static, constexpr | SIDE_TYPE_CENTER | |
public | const char* | static, constexpr | SIDE_TYPE_FLOAT | |
public | const char* | static, constexpr | SIDE_TYPE_LEFT | |
public | const char* | static, constexpr | SIDE_TYPE_RIGHT | |
public | const char* | static, constexpr | SIDE_TYPE_TOP | |
public | const char* | static, constexpr | SIDE_TYPE_BOTTOM | |
public | const char* | static, constexpr | DEFAULT_SIZE | |
public | const char* | static, constexpr | DEFAULT_MIN_SIZE | |
public | const char* | static, constexpr | ORIENTATION_LANDSCAPE | |
public | const char* | static, constexpr | ORIENTATION_PORTRAIT | |
public | orientation | |||
private | m_side | |||
private | m_size | |||
private | m_minSize | |||
private | m_maxSize | |||
private | m_handleId | |||
private | bool | m_bIsResizable | ||
private | bool | m_bIsGrabbable | ||
private | float | m_extent | ||
private | m_floatPosition | |||
private | m_floatSize | |||
private | m_handle |