Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

ConnectionParameterTable Class Reference

#include <ConnectionParameterTable.h>

List of all members.

Public Member Functions

 ConnectionParameterTable (int numRows, int numCols, QWidget *parent)
void endAllEditing ()
 ~ConnectionParameterTable ()

Private Member Functions

 ConnectionParameterTable (const ConnectionParameterTable &)
ConnectionParameterTable operator= (const ConnectionParameterTable &)


Detailed Description

Inherits from QTable to give access to endEdit method. This is called by ConnectionPropertiesDialog when the ok button is pressed to make sure that all cells are no longer in the editing state.

Definition at line 36 of file ConnectionParameterTable.h.


Constructor & Destructor Documentation

ConnectionParameterTable::ConnectionParameterTable int  numRows,
int  numCols,
QWidget *  parent
 

Constructor.

Definition at line 32 of file ConnectionParameterTable.cpp.

ConnectionParameterTable::~ConnectionParameterTable  ) 
 

Destructor.

Definition at line 37 of file ConnectionParameterTable.cpp.

ConnectionParameterTable::ConnectionParameterTable const ConnectionParameterTable  )  [private]
 

Declare copy constructor private so it cannot be used inadvertently.


Member Function Documentation

void ConnectionParameterTable::endAllEditing  ) 
 

Ends editing on all cells.

Definition at line 45 of file ConnectionParameterTable.cpp.

Referenced by ConnectionPropertiesDialog::okButtonPressed().

ConnectionParameterTable ConnectionParameterTable::operator= const ConnectionParameterTable  )  [private]
 

Declare assignment private so it cannot be used inadvertently.


The documentation for this class was generated from the following files:
Generated on Mon Sep 3 22:29:05 2007 for SpikeStream Application by  doxygen 1.4.4