copasi API
0.1
|
#include <qwt3dBaseWidget.h>
Public Member Functions | |
BaseWidget (QWidget *parent=0, const char *name=0, Qt::WFlags fl=0) | |
~BaseWidget () | |
void | activateSlider () |
virtual void | sliderMoved (int column, int row)=0 |
int | scaleFactor () |
Public Attributes | |
bool | mpSlider |
QLabel * | mpLabelColumn |
QLabel * | mpLabelRow |
QSlider * | mpSliderColumn |
QSlider * | mpSliderRow |
QFrame * | mpFrame |
QHBoxLayout * | mpHBoxBig |
QVBoxLayout * | mpVBoxBig |
QVBoxLayout * | mpVBoxSmall |
QHBoxLayout * | mpHBoxSmall |
Protected Slots | |
virtual void | languageChange () |
void | setSlider () |
Protected Attributes | |
QGridLayout * | mpBaseWidgetLayout |
int | mScaleFactor |
BaseWidget::BaseWidget | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
Qt::WFlags | fl = 0 |
||
) |
BaseWidget::~BaseWidget | ( | ) |
void BaseWidget::activateSlider | ( | ) |
void BaseWidget::languageChange | ( | ) | [protected, virtual, slot] |
int BaseWidget::scaleFactor | ( | ) |
void BaseWidget::setSlider | ( | ) | [protected, slot] |
Reimplemented in Plot3d.
virtual void BaseWidget::sliderMoved | ( | int | column, |
int | row | ||
) | [pure virtual] |
Implemented in Plot3d.
QGridLayout* BaseWidget::mpBaseWidgetLayout [protected] |
QFrame* BaseWidget::mpFrame |
QHBoxLayout* BaseWidget::mpHBoxBig |
QHBoxLayout* BaseWidget::mpHBoxSmall |
QLabel* BaseWidget::mpLabelColumn |
QLabel* BaseWidget::mpLabelRow |
bool BaseWidget::mpSlider |
QSlider* BaseWidget::mpSliderColumn |
QSlider* BaseWidget::mpSliderRow |
QVBoxLayout* BaseWidget::mpVBoxBig |
QVBoxLayout* BaseWidget::mpVBoxSmall |
int BaseWidget::mScaleFactor [protected] |
Scale factor for scalarizing QSlider and Qwt3D