#include <mainWidget.h>
Collaboration diagram for arrowTab:
Public Member Functions | |
arrowTab (ColorMapping *colorMap) | |
~arrowTab () | |
Public Attributes | |
QSlider * | distanceSlider |
QSlider * | lengthSlider |
QSlider * | alphaSlider |
QRadioButton * | arrowNoneMode |
QRadioButton * | arrowVelocityMode |
QRadioButton * | arrowPressureMode |
QRadioButton * | arrowVorticityMode |
QRadioButton * | colorNoneMode |
QRadioButton * | colorVelocityMode |
QRadioButton * | colorPressureMode |
QRadioButton * | colorVorticityMode |
QPushButton * | showArrows |
ColorWidget * | m_colorWidget |
Private Slots | |
void | toggleButtonLabel () |
Private Attributes | |
QLabel * | lengthValue |
QLabel * | distanceValue |
bool | buttonValue |
ColorMapping * | m_colorMap |
arrowTab::arrowTab | ( | ColorMapping * | colorMap | ) |
constructor
*colorMap | pointer to the colorMappingWidget |
arrowTab::~arrowTab | ( | ) |
destructor
void arrowTab::toggleButtonLabel | ( | ) | [private, slot] |
This Slot is called if the user presses the 'show/remove arrows' button.
QSlider* arrowTab::distanceSlider |
QSlider* arrowTab::lengthSlider |
QSlider* arrowTab::alphaSlider |
QRadioButton* arrowTab::arrowNoneMode |
QRadioButton* arrowTab::arrowVelocityMode |
QRadioButton* arrowTab::arrowPressureMode |
QRadioButton* arrowTab::arrowVorticityMode |
QRadioButton* arrowTab::colorNoneMode |
QRadioButton* arrowTab::colorVelocityMode |
QRadioButton* arrowTab::colorPressureMode |
QRadioButton* arrowTab::colorVorticityMode |
QPushButton* arrowTab::showArrows |
QLabel* arrowTab::lengthValue [private] |
QLabel* arrowTab::distanceValue [private] |
bool arrowTab::buttonValue [private] |
ColorMapping* arrowTab::m_colorMap [private] |