#include <table.h>
Inheritance diagram for Table:
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 | |
TableForm * | table_form |
OctaveConnection * | octave_connection |
QString | matrix |
Table::Table | ( | QWidget * | parent = 0 |
) |
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] |
QString Table::matrix [private] |
OctaveConnection* Table::octave_connection [private] |
TableForm* Table::table_form [private] |