copasi API  0.1
Public Member Functions | Public Attributes | Protected Slots | Protected Attributes
BaseWidget Class Reference

#include <qwt3dBaseWidget.h>

Inheritance diagram for BaseWidget:
Plot3d

List of all members.

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

Constructor & Destructor Documentation

BaseWidget::BaseWidget ( QWidget *  parent = 0,
const char *  name = 0,
Qt::WFlags  fl = 0 
)
BaseWidget::~BaseWidget ( )

Member Function Documentation

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.


Member Data Documentation

QGridLayout* BaseWidget::mpBaseWidgetLayout [protected]
QHBoxLayout* BaseWidget::mpHBoxBig
QVBoxLayout* BaseWidget::mpVBoxBig
int BaseWidget::mScaleFactor [protected]

Scale factor for scalarizing QSlider and Qwt3D


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines