#include <mainWidget.h>
Collaboration diagram for BackgroundTab:
Public Member Functions | |
BackgroundTab (ColorMapping *colorMap) | |
~BackgroundTab () | |
Public Attributes | |
QRadioButton * | velocityMode |
QRadioButton * | pressureMode |
QRadioButton * | vorticityMode |
QPushButton * | showBackground |
ColorWidget * | m_colorWidget |
Private Slots | |
void | toggleButtonLabel () |
Private Attributes | |
bool | buttonValue |
ColorMapping * | m_colorMap |
BackgroundTab::BackgroundTab | ( | ColorMapping * | colorMap | ) |
constructor
*colorMap | pointer to the colorMappingWidget |
BackgroundTab::~BackgroundTab | ( | ) |
destructor
void BackgroundTab::toggleButtonLabel | ( | ) | [private, slot] |
This Slot is called if the user presses the 'show/remove background' button.
QRadioButton* BackgroundTab::velocityMode |
QRadioButton* BackgroundTab::pressureMode |
QRadioButton* BackgroundTab::vorticityMode |
QPushButton* BackgroundTab::showBackground |
bool BackgroundTab::buttonValue [private] |
ColorMapping* BackgroundTab::m_colorMap [private] |