#include <widgets.h>

Public Slots |
|
| void | OnChange (int) |
| This method is called when the user selects
a new item in the combobox. |
|
| void | ShowMirrorAxis (int) |
| This method is called when the user is
scrolling through the menu choices, to display a preview of the
mirroring axis. |
|
Public Member Functions |
|
| AttributeMirrorConfigurationWidget (QWidget *pParent, int iWidth, amirrorcfg *pAttribute) | |
| Constructor. |
|
Protected Member Functions |
|
| void | Update (void) |
| Updates the widget values from the
attribute. |
|
Protected Attributes |
|
| bool | m_bLock |
| Prevents unnecessary window updates.
|
|
| MirrorComboBox | m_cCombo |
| The combo box to display mirror modes.
|
|
| AttributeMirrorConfigurationWidget | ( | QWidget * | pParent, |
| int | iWidth, | ||
| amirrorcfg * | pAttribute | ||
| ) |
Constructor.
| void Update | ( | void | ) | [protected, virtual] |
Updates the widget values from the attribute.
Reimplemented from AttributeWidget.
| void OnChange | ( | int | ) | [slot] |
This method is called when the user selects a new item in the combobox.
| void ShowMirrorAxis | ( | int | ) | [slot] |
This method is called when the user is scrolling through the menu choices, to display a preview of the mirroring axis.
bool
m_bLock [protected] |
Prevents unnecessary window updates.
MirrorComboBox
m_cCombo [protected] |
The combo box to display mirror modes.