Table Class Reference

#include <table.h>

Inheritance diagram for Table:

BaseWidget List of all members.

Public Slots

void windowActivated (QWidget *w)
void windowActivated ()
void line_ready (QString line)
void cellChanged (int row, int col)
void rows_changed ()
void cols_changed ()
void order_changed ()

Public Member Functions

 Table (QWidget *parent=0)
void setOctaveConnection (OctaveConnection *octave_connection)
void setMatrix (QString matrix)
QString getMatrix ()

Private Member Functions

void change_rows ()
void change_cols ()

Private Attributes

TableFormtable_form
OctaveConnectionoctave_connection
QString matrix

Constructor & Destructor Documentation

Table::Table ( QWidget *  parent = 0  ) 


Member Function Documentation

void Table::cellChanged ( int  row,
int  col 
) [slot]

void Table::change_cols (  )  [private]

void Table::change_rows (  )  [private]

void Table::cols_changed (  )  [slot]

QString Table::getMatrix (  ) 

void Table::line_ready ( QString  line  )  [slot]

void Table::order_changed (  )  [slot]

void Table::rows_changed (  )  [slot]

void Table::setMatrix ( QString  matrix  ) 

void Table::setOctaveConnection ( OctaveConnection octave_connection  ) 

void Table::windowActivated (  )  [slot]

void Table::windowActivated ( QWidget *  w  )  [slot]


Member Data Documentation

QString Table::matrix [private]

OctaveConnection* Table::octave_connection [private]

TableForm* Table::table_form [private]


The documentation for this class was generated from the following files:
Generated on Thu Feb 1 12:34:26 2007 for QtOctave by  doxygen 1.4.7