copasi API
0.1
|
#include <ReactionsWidget1.h>
Public Member Functions | |
ReactionsWidget1 (QWidget *parent=0, const char *name=0, Qt::WFlags fl=0) | |
~ReactionsWidget1 () | |
virtual bool | update (ListViews::ObjectType objectType, ListViews::Action action, const std::string &key) |
virtual bool | leave () |
virtual void | setFramework (int framework) |
Protected Slots | |
virtual void | slotBtnCancelClicked () |
virtual void | slotBtnOKClicked () |
virtual void | slotBtnNewClicked () |
virtual void | slotBtnDeleteClicked () |
virtual void | slotCheckBoxClicked () |
virtual void | slotComboBoxSelectionChanged (const QString &) |
virtual void | slotLineEditChanged () |
virtual void | slotNewFunction () |
virtual void | slotNameChanged () |
virtual void | slotTableChanged (int index, int sub, QString newValue) |
virtual void | slotParameterStatusChanged (int index, bool local) |
Protected Member Functions | |
virtual bool | enterProtected () |
bool | loadFromReaction (const CReaction *reaction) |
bool | saveToReaction () |
void | FillWidgetFromRI () |
Protected Attributes | |
CReactionInterface * | mpRi |
Q3GridLayout * | ReactionsWidget1Layout |
Q3HBoxLayout * | Layout1 |
QLabel * | TextLabel4 |
QLabel * | TextLabel7 |
QPushButton * | commitChanges |
QPushButton * | cancelChanges |
QPushButton * | newReaction |
QPushButton * | deleteReaction |
QLabel * | TextLabel8 |
Q3Frame * | Line2 |
Q3Frame * | Line1 |
Q3Frame * | Line3 |
QLabel * | TextLabel6 |
QLineEdit * | LineEdit1 |
MyLineEdit * | LineEdit2 |
QComboBox * | ComboBox1 |
Q3Frame * | Line4 |
ParameterTable * | table |
QLineEdit * | LineEdit3 |
QLabel * | TextLabel5 |
QPushButton * | newKinetics |
QCheckBox * | CheckBox |
QCheckBox * | mpMultiCompartment |
ReactionsWidget1::ReactionsWidget1 | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
Qt::WFlags | fl = 0 |
||
) |
ReactionsWidget1::~ReactionsWidget1 | ( | ) |
bool ReactionsWidget1::enterProtected | ( | ) | [protected, virtual] |
Reimplemented from CopasiWidget.
void ReactionsWidget1::FillWidgetFromRI | ( | ) | [protected] |
bool ReactionsWidget1::leave | ( | ) | [virtual] |
Reimplemented from CopasiWidget.
bool ReactionsWidget1::loadFromReaction | ( | const CReaction * | reaction | ) | [protected] |
bool ReactionsWidget1::saveToReaction | ( | ) | [protected] |
void ReactionsWidget1::setFramework | ( | int | framework | ) | [virtual] |
Reimplemented from CopasiWidget.
void ReactionsWidget1::slotBtnCancelClicked | ( | ) | [protected, virtual, slot] |
void ReactionsWidget1::slotBtnDeleteClicked | ( | ) | [protected, virtual, slot] |
void ReactionsWidget1::slotBtnNewClicked | ( | ) | [protected, virtual, slot] |
void ReactionsWidget1::slotBtnOKClicked | ( | ) | [protected, virtual, slot] |
void ReactionsWidget1::slotCheckBoxClicked | ( | ) | [protected, virtual, slot] |
void ReactionsWidget1::slotComboBoxSelectionChanged | ( | const QString & | p2 | ) | [protected, virtual, slot] |
void ReactionsWidget1::slotLineEditChanged | ( | ) | [protected, virtual, slot] |
void ReactionsWidget1::slotNameChanged | ( | ) | [protected, virtual, slot] |
void ReactionsWidget1::slotNewFunction | ( | ) | [protected, virtual, slot] |
void ReactionsWidget1::slotParameterStatusChanged | ( | int | index, |
bool | local | ||
) | [protected, virtual, slot] |
void ReactionsWidget1::slotTableChanged | ( | int | index, |
int | sub, | ||
QString | newValue | ||
) | [protected, virtual, slot] |
virtual bool ReactionsWidget1::update | ( | ListViews::ObjectType | objectType, |
ListViews::Action | action, | ||
const std::string & | key | ||
) | [virtual] |
Reimplemented from CopasiWidget.
QPushButton* ReactionsWidget1::cancelChanges [protected] |
QCheckBox* ReactionsWidget1::CheckBox [protected] |
QComboBox* ReactionsWidget1::ComboBox1 [protected] |
QPushButton* ReactionsWidget1::commitChanges [protected] |
QPushButton* ReactionsWidget1::deleteReaction [protected] |
Q3HBoxLayout* ReactionsWidget1::Layout1 [protected] |
Q3Frame* ReactionsWidget1::Line1 [protected] |
Q3Frame* ReactionsWidget1::Line2 [protected] |
Q3Frame* ReactionsWidget1::Line3 [protected] |
Q3Frame* ReactionsWidget1::Line4 [protected] |
QLineEdit* ReactionsWidget1::LineEdit1 [protected] |
MyLineEdit* ReactionsWidget1::LineEdit2 [protected] |
QLineEdit* ReactionsWidget1::LineEdit3 [protected] |
QCheckBox* ReactionsWidget1::mpMultiCompartment [protected] |
CReactionInterface* ReactionsWidget1::mpRi [protected] |
QPushButton* ReactionsWidget1::newKinetics [protected] |
QPushButton* ReactionsWidget1::newReaction [protected] |
Q3GridLayout* ReactionsWidget1::ReactionsWidget1Layout [protected] |
ParameterTable* ReactionsWidget1::table [protected] |
QLabel* ReactionsWidget1::TextLabel4 [protected] |
QLabel* ReactionsWidget1::TextLabel5 [protected] |
QLabel* ReactionsWidget1::TextLabel6 [protected] |
QLabel* ReactionsWidget1::TextLabel7 [protected] |
QLabel* ReactionsWidget1::TextLabel8 [protected] |