#include <ConnectionParameterTable.h>
Public Member Functions | |
| ConnectionParameterTable (int numRows, int numCols, QWidget *parent) | |
| void | endAllEditing () |
| ~ConnectionParameterTable () | |
Private Member Functions | |
| ConnectionParameterTable (const ConnectionParameterTable &) | |
| ConnectionParameterTable | operator= (const ConnectionParameterTable &) |
Definition at line 36 of file ConnectionParameterTable.h.
|
||||||||||||||||
|
Constructor. Definition at line 32 of file ConnectionParameterTable.cpp. |
|
|
Destructor. Definition at line 37 of file ConnectionParameterTable.cpp. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Ends editing on all cells. Definition at line 45 of file ConnectionParameterTable.cpp. Referenced by ConnectionPropertiesDialog::okButtonPressed(). |
|
|
Declare assignment private so it cannot be used inadvertently. |
1.4.4