#include <ParameterTable.h>
Signals | |
| void | parameterTableClicked (int row, int col, unsigned short typeID) |
| void | parameterTableValueChanged (int row, int col, unsigned short typeID) |
Public Member Functions | |
| string | getParameterTableName () |
| ParameterTable (QWidget *parent, unsigned short typeID, string paramTableName) | |
| ~ParameterTable () | |
Private Slots | |
| void | tableClicked (int row, int col, int button, const QPoint &mousePos) |
| void | tableValueChanged (int row, int col) |
Private Member Functions | |
| ParameterTable | operator= (const ParameterTable &) |
| ParameterTable (const ParameterTable &) | |
Private Attributes | |
| string | parameterTableName |
| unsigned short | typeID |
Definition at line 40 of file ParameterTable.h.
|
||||||||||||||||
|
Constructor. Definition at line 33 of file ParameterTable.cpp. References parameterTableName, tableClicked(), tableValueChanged(), and typeID. |
|
|
Destructor. Definition at line 45 of file ParameterTable.cpp. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Returns the name of the database table that contains the parameters for this neuron or synapse type. Definition at line 58 of file ParameterTable.cpp. References parameterTableName. |
|
|
Declare assignment private so it cannot be used inadvertently. |
|
||||||||||||||||
|
Referenced by tableClicked(). |
|
||||||||||||||||
|
Referenced by tableValueChanged(). |
|
||||||||||||||||||||
|
Emits a signals containing the id of the neuron or synapse type. Definition at line 68 of file ParameterTable.cpp. References parameterTableClicked(), and typeID. Referenced by ParameterTable(). |
|
||||||||||||
|
Emits a signal containing the id of the neuron or synapse type. Definition at line 74 of file ParameterTable.cpp. References parameterTableValueChanged(), and typeID. Referenced by ParameterTable(). |
|
|
The name of the parameter table associated with this neuron type. Definition at line 66 of file ParameterTable.h. Referenced by getParameterTableName(), and ParameterTable(). |
|
|
The ID of the neuron type that this table is displaying. Definition at line 62 of file ParameterTable.h. Referenced by ParameterTable(), tableClicked(), and tableValueChanged(). |
1.4.4