#include <FEUITable.h>
Public Slots | |
void | clear () |
void | clear () |
Public Member Functions | |
int | edit (int row, QString colByName, QString text) |
int | edit (int row, QString colByName, QString text) |
FEUITable (QStringList columns, QWidget *parent=0) | |
FEUITable (QStringList columns, QWidget *parent=0) | |
void | newRow () |
void | newRow () |
~FEUITable () | |
~FEUITable () | |
Protected Member Functions | |
void | createActions () |
void | createActions () |
void | resizeEvent (QResizeEvent *event) |
void | resizeEvent (QResizeEvent *event) |
void | setupContextMenu () |
void | setupContextMenu () |
Private Attributes | |
QLabel * | cellLabel |
QAction * | clearAction |
QStringList | m_colList |
Definition at line 48 of file BRMDemo/src/FEUITable.h.
FEUITable::FEUITable | ( | QStringList | columns, |
QWidget * | parent = 0 |
||
) |
Definition at line 155 of file BRMDemo/src/FEUITable.cpp.
Definition at line 194 of file BRMDemo/src/FEUITable.cpp.
FEUITable::FEUITable | ( | QStringList | columns, |
QWidget * | parent = 0 |
||
) |
void FEUITable::clear | ( | ) | [slot] |
Definition at line 206 of file BRMDemo/src/FEUITable.cpp.
void FEUITable::clear | ( | ) | [slot] |
void FEUITable::createActions | ( | ) | [protected] |
Definition at line 199 of file BRMDemo/src/FEUITable.cpp.
void FEUITable::createActions | ( | ) | [protected] |
int FEUITable::edit | ( | int | row, |
QString | colByName, | ||
QString | text | ||
) |
Definition at line 123 of file BRMDemo/src/FEUITable.cpp.
int FEUITable::edit | ( | int | row, |
QString | colByName, | ||
QString | text | ||
) |
void FEUITable::newRow | ( | ) |
void FEUITable::newRow | ( | ) |
Definition at line 115 of file BRMDemo/src/FEUITable.cpp.
void FEUITable::resizeEvent | ( | QResizeEvent * | event | ) | [protected] |
void FEUITable::resizeEvent | ( | QResizeEvent * | event | ) | [protected] |
Definition at line 218 of file BRMDemo/src/FEUITable.cpp.
void FEUITable::setupContextMenu | ( | ) | [protected] |
Definition at line 212 of file BRMDemo/src/FEUITable.cpp.
void FEUITable::setupContextMenu | ( | ) | [protected] |
QLabel * FEUITable::cellLabel [private] |
Definition at line 68 of file BRMDemo/src/FEUITable.h.
QAction * FEUITable::clearAction [private] |
Definition at line 66 of file BRMDemo/src/FEUITable.h.
QStringList FEUITable::m_colList [private] |
Definition at line 67 of file BRMDemo/src/FEUITable.h.