OpenStructure
|
#include <title_row.hh>
Inherits BaseRow.
Public Member Functions | |
TitleRow (QObject *parent) | |
virtual QVariant | GetData (int column, int role) const |
virtual Qt::ItemFlags | Flags (int column) const |
virtual void | DoubleClicked (int column) |
Public Member Functions inherited from BaseRow | |
BaseRow (QObject *parent=0) | |
BaseRow (QFont font, QObject *parent=0) | |
void | Init () |
virtual int | GetColumnCount () const |
void | InsertPainter (Painter *painter, int pos=-1) |
void | RemovePainter (Painter *painter) |
Painter * | GetPainter (int pos) |
int | GetPainterCount () |
const PainterList & | GetPainters () const |
const QFont & | GetFont () const |
void | SetFont (const QFont &font) |
const QSize & | GetFontSize () const |
virtual const QSize & | GetCellSize () const |
virtual bool | SetData (int column, const QVariant &value, int role) |
virtual void | SetSelection (const QSet< int > &added, const QSet< int > &removed) |
virtual void | ZoomIn () |
virtual void | ZoomOut () |
Definition at line 32 of file title_row.hh.
TitleRow | ( | QObject * | parent | ) |
|
virtual |
Reimplemented from BaseRow.
|
virtual |
Reimplemented from BaseRow.
|
virtual |
Reimplemented from BaseRow.