copasi API
0.1
|
#include <CQMergingData.h>
Public Member Functions | |
CQMergingData (QWidget *parent=0, Qt::WindowFlags fl=0) | |
~CQMergingData () | |
Public Attributes | |
std::vector< std::string > | mObjectKey |
std::vector< std::string > | mColumnKey |
std::vector< std::string > | mColumnName |
Protected Slots | |
void | slotModelObject (int row) |
void | slotTypeChanged (int row) |
Protected Attributes | |
QPixmap | mCopasi |
QSignalMapper * | mpBtnMap |
QSignalMapper * | mpComboMap |
QStringList | ColumnTypes |
CModel * | pModel |
CQMergingData::CQMergingData | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | fl = 0 |
||
) |
CQMergingData::~CQMergingData | ( | ) |
void CQMergingData::slotModelObject | ( | int | row | ) | [protected, slot] |
void CQMergingData::slotTypeChanged | ( | int | row | ) | [protected, slot] |
QStringList CQMergingData::ColumnTypes [protected] |
std::vector< std::string > CQMergingData::mColumnKey |
std::vector< std::string > CQMergingData::mColumnName |
QPixmap CQMergingData::mCopasi [protected] |
std::vector< std::string > CQMergingData::mObjectKey |
QSignalMapper* CQMergingData::mpBtnMap [protected] |
QSignalMapper* CQMergingData::mpComboMap [protected] |
CModel* CQMergingData::pModel [protected] |