A widget used to display and alter the value for a four dimensional vector attribute.
#include <widgets.h>
Public Slots |
|
void | OnChange (void) |
Public Member Functions |
|
AttributeVector4box (QWidget *pParent, int iWidth, avector4 *pAttribute) | |
Protected Member Functions |
|
void | Update (void) |
Protected Attributes |
|
QLineEdit | m_cXBox |
QLineEdit | m_cYBox |
QLineEdit | m_cZBox |
QLineEdit | m_cWBox |
AttributeVector4box | ( | QWidget * | pParent, |
int | iWidth, | ||
avector4 * | pAttribute | ||
) |
void Update | ( | void | ) | [protected, virtual] |
Reimplemented from AttributeWidget.
void OnChange | ( | void | ) | [slot] |
QLineEdit
m_cXBox [protected] |
QLineEdit
m_cYBox [protected] |
QLineEdit
m_cZBox [protected] |
QLineEdit
m_cWBox [protected] |