![]() |
Isis 3 Programmer Reference
|
#include <TableColumn.h>
Signals | |
void | selected (TableColumn *) |
void | sortOutDated () |
void | widthChanged () |
void | visibilityChanged () |
Public Member Functions | |
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 Public Attributes | |
static const int | EDGE_WIDTH = 4 |
Private Member Functions | |
void | nullify () |
Private Attributes | |
QString * | m_title |
bool | m_visible |
bool | m_readOnly |
int | m_width |
bool | m_affectsNetworkStructure |
bool | m_ascendingSortOrder |
Definition at line 26 of file TableColumn.h.
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 07/13/2023 15:23:29 |