The GridTableColumn class - More...
#include <Qtitan>
Inherits GridTableColumnBase.
Inherited by Qtitan::GridBandedTableColumn.
GridTableColumn ( GridTableView * view, const QString & caption ) | |
virtual | ~GridTableColumn () |
GridEditorRepository * | editorRepository () |
GridEditorType | editorType () const |
int | groupIndex () const |
bool | isGroupSortEnabled () const |
bool | isGroupingEnabled () const |
bool | isHidingOnGroupingEnabled () const |
bool | isSortEnabled () const |
bool | isSortLocaleAware () const |
void | setDefaultGroupSummary ( SummaryType type ) |
void | setEditorRepository ( GridEditorRepository * repository ) |
void | setEditorType ( GridEditorType type ) |
void | setFooterSummary ( SummaryType type ) |
void | setGroupIndex ( int groupIndex ) |
void | setGroupSortEnabled ( bool enabled ) |
void | setGroupSummary ( GridTableColumn * groupColumn, SummaryType type ) |
void | setGroupingEnabled ( bool enabled ) |
void | setHidingOnGroupingEnabled ( bool enabled ) |
void | setSortCaseSensitivity ( bool value ) |
void | setSortEnabled ( bool enabled ) |
void | setSortLocaleAware ( bool value ) |
void | setSortOrder ( SortOrder order ) |
bool | sortCaseSensitivity () const |
SortOrder | sortOrder () const |
int | layouterRow () const |
void | setLayouterRow ( int row ) |
void | setSortIndex ( int sortIndex ) |
int | sortIndex () const |
virtual void | click ( QMouseEvent * e ) |
virtual GridTableDragColumnObject * | createDragDropColumnObject ( const QPoint & point, GridGraphicPrimitive * graphic ) |
virtual void | init () |
virtual bool | needHeaderHints () const |
The GridTableColumn class -
See also setEditorRepository().
See also setEditorType().
See also setGroupIndex().
See also setLayouterRow().
See also editorRepository().
See also editorType().
See also groupIndex().
See also isGroupSortEnabled().
See also isGroupingEnabled().
See also isHidingOnGroupingEnabled().
See also layouterRow().
See also sortCaseSensitivity().
See also isSortEnabled().
See also sortIndex().
See also isSortLocaleAware().
See also sortOrder().
See also setSortCaseSensitivity().
See also setSortIndex().
See also setSortOrder().