|
Isis 3.0 Application Source Code Reference |
Home |
#include <TableColumn.h>
Signals | |
| void | selected (TableColumn *) |
| void | sortOutDated () |
| void | widthChanged () |
| void | visibilityChanged () |
Public Member Functions | |
| TableColumn (QString, bool, bool) | |
| TableColumn (const TableColumn &) | |
| virtual | ~TableColumn () |
| QString | getTitle () const |
| void | setTitle (QString text) |
| TableColumn & | operator= (TableColumn) |
| bool | isVisible () const |
| void | setVisible (bool) |
| int | getWidth () const |
| void | setWidth (int) |
| bool | isReadOnly () const |
| void | setReadOnly (bool) |
| bool | hasNetworkStructureEffect () const |
| bool | sortAscending () const |
| void | setSortAscending (bool ascending) |
Static Public Attributes | |
| static const int | EDGE_WIDTH = 4 |
Definition at line 19 of file TableColumn.h.
| TableColumn | ( | QString | text, | |
| bool | readOnlyStatus, | |||
| bool | affectsNetStructure | |||
| ) | [explicit] |
Definition at line 16 of file TableColumn.cpp.
| TableColumn | ( | const TableColumn & | other | ) |
Definition at line 29 of file TableColumn.cpp.
| ~TableColumn | ( | ) | [virtual] |
Definition at line 40 of file TableColumn.cpp.
| QString getTitle | ( | ) | const |
Definition at line 47 of file TableColumn.cpp.
| void setTitle | ( | QString | text | ) |
Definition at line 53 of file TableColumn.cpp.
| TableColumn & operator= | ( | TableColumn | other | ) |
Definition at line 59 of file TableColumn.cpp.
| bool isVisible | ( | ) | const |
Definition at line 70 of file TableColumn.cpp.
| void setVisible | ( | bool | visibility | ) |
Definition at line 76 of file TableColumn.cpp.
| int getWidth | ( | ) | const |
Definition at line 83 of file TableColumn.cpp.
| void setWidth | ( | int | newWidth | ) |
Definition at line 89 of file TableColumn.cpp.
| bool isReadOnly | ( | ) | const |
Definition at line 96 of file TableColumn.cpp.
| void setReadOnly | ( | bool | ) |
| bool hasNetworkStructureEffect | ( | ) | const |
Definition at line 102 of file TableColumn.cpp.
| bool sortAscending | ( | ) | const |
Definition at line 108 of file TableColumn.cpp.
| void setSortAscending | ( | bool | ascending | ) |
Definition at line 114 of file TableColumn.cpp.
| void selected | ( | TableColumn * | ) | [signal] |
| void sortOutDated | ( | ) | [signal] |
| void widthChanged | ( | ) | [signal] |
| void visibilityChanged | ( | ) | [signal] |
const int EDGE_WIDTH = 4 [static] |
Definition at line 42 of file TableColumn.h.