#include <TableColumn.h>
|
void | selected (TableColumn *) |
|
void | sortOutDated () |
|
void | widthChanged () |
|
void | visibilityChanged () |
|
|
| TableColumn (QString, bool, bool) |
|
| TableColumn (const 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 const int | EDGE_WIDTH = 4 |
|
|
QString * | m_title |
|
bool | m_visible |
|
bool | m_readOnly |
|
int | m_width |
|
bool | m_affectsNetworkStructure |
|
bool | m_ascendingSortOrder |
|
- Author
- ????-??-?? Unknown
- History:
2012-09-28 Kimberly Oyama - Changed member variables to be prefixed with "m_".
2017-07-25 Summer Stapleton - Removed the CnetViz namespace. Fixes #5054.
Definition at line 18 of file TableColumn.h.
The documentation for this class was generated from the following files: