#include <AQSTable_p.h>
Lista de todos los miembros.
Slots públicos |
QHeader * | horizontalHeader () const |
QHeader * | verticalHeader () const |
void | setItem (int, int, QTableItem *) |
void | setItem (int, int, AQSTableItem *) |
void | setText (int, int, const QString &) |
void | setPixmap (int, int, QPixmap *) |
void | setPixmap (int, int, AQSPixmap *) |
QTableItem * | item (int, int) const |
QString | text (int, int) const |
QPixmap * | pixmap (int, int) const |
void | clearCell (int, int) |
QRect | cellGeometry (int, int) const |
int | columnWidth (int) const |
int | rowHeight (int) const |
int | columnPos (int) const |
int | rowPos (int) const |
int | columnAt (int) const |
int | rowAt (int) const |
void | updateCell (int, int) |
int | currentRow () const |
int | currentColumn () const |
void | ensureCellVisible (int, int) |
bool | isSelected (int, int) const |
bool | isRowSelected (int, bool=FALSE) const |
bool | isColumnSelected (int, bool=FALSE) const |
void | removeSelection (int) |
int | currentSelection () const |
void | selectCells (int, int, int, int) |
void | selectRow (int) |
void | selectColumn (int) |
virtual void | takeItem (QTableItem *) |
virtual void | takeItem (AQSTableItem *) |
virtual void | setCellWidget (int, int, QWidget *) |
QWidget * | cellWidget (int, int) const |
void | clearCellWidget (int, int) |
QRect | cellRect (int, int) const |
bool | isRowReadOnly (int) const |
bool | isColumnReadOnly (int) const |
void | repaintSelections () |
void | updateHeaderStates () |
Métodos públicos estáticos |
static QMap< int, QStringList > | candidateConstructors () |
Métodos protegidos estáticos |
static void * | construct (const QSArgumentList &args) |
Documentación de las funciones miembro
QRect AQSTable::cellGeometry |
( |
int |
arg0, |
|
|
int |
arg1 |
|
) |
| const [inline, slot] |
QRect AQSTable::cellRect |
( |
int |
arg0, |
|
|
int |
arg1 |
|
) |
| const [inline, slot] |
QWidget * AQSTable::cellWidget |
( |
int |
arg0, |
|
|
int |
arg1 |
|
) |
| const [inline, slot] |
void AQSTable::clearCell |
( |
int |
arg0, |
|
|
int |
arg1 |
|
) |
| [inline, slot] |
void AQSTable::clearCellWidget |
( |
int |
arg0, |
|
|
int |
arg1 |
|
) |
| [inline, slot] |
int AQSTable::columnAt |
( |
int |
arg0 | ) |
const [inline, slot] |
int AQSTable::columnPos |
( |
int |
arg0 | ) |
const [inline, slot] |
int AQSTable::columnWidth |
( |
int |
arg0 | ) |
const [inline, slot] |
static void* AQSTable::construct |
( |
const QSArgumentList & |
args | ) |
[inline, static, protected] |
int AQSTable::currentColumn |
( |
| ) |
const [inline, slot] |
int AQSTable::currentRow |
( |
| ) |
const [inline, slot] |
int AQSTable::currentSelection |
( |
| ) |
const [inline, slot] |
void AQSTable::ensureCellVisible |
( |
int |
arg0, |
|
|
int |
arg1 |
|
) |
| [inline, slot] |
QHeader * AQSTable::horizontalHeader |
( |
| ) |
const [inline, slot] |
bool AQSTable::isColumnReadOnly |
( |
int |
arg0 | ) |
const [inline, slot] |
bool AQSTable::isColumnSelected |
( |
int |
arg0, |
|
|
bool |
arg1 = FALSE |
|
) |
| const [inline, slot] |
bool AQSTable::isRowReadOnly |
( |
int |
arg0 | ) |
const [inline, slot] |
bool AQSTable::isRowSelected |
( |
int |
arg0, |
|
|
bool |
arg1 = FALSE |
|
) |
| const [inline, slot] |
bool AQSTable::isSelected |
( |
int |
arg0, |
|
|
int |
arg1 |
|
) |
| const [inline, slot] |
QPixmap * AQSTable::pixmap |
( |
int |
arg0, |
|
|
int |
arg1 |
|
) |
| const [inline, slot] |
void AQSTable::removeSelection |
( |
int |
arg0 | ) |
[inline, slot] |
void AQSTable::repaintSelections |
( |
| ) |
[inline, slot] |
int AQSTable::rowAt |
( |
int |
arg0 | ) |
const [inline, slot] |
int AQSTable::rowHeight |
( |
int |
arg0 | ) |
const [inline, slot] |
int AQSTable::rowPos |
( |
int |
arg0 | ) |
const [inline, slot] |
void AQSTable::selectCells |
( |
int |
arg0, |
|
|
int |
arg1, |
|
|
int |
arg2, |
|
|
int |
arg3 |
|
) |
| [inline, slot] |
void AQSTable::selectColumn |
( |
int |
arg0 | ) |
[inline, slot] |
void AQSTable::selectRow |
( |
int |
arg0 | ) |
[inline, slot] |
void AQSTable::setCellWidget |
( |
int |
arg0, |
|
|
int |
arg1, |
|
|
QWidget * |
arg2 |
|
) |
| [inline, virtual, slot] |
void AQSTable::setPixmap |
( |
int |
arg0, |
|
|
int |
arg1, |
|
|
AQSPixmap * |
arg2 |
|
) |
| [inline, slot] |
void AQSTable::setPixmap |
( |
int |
arg0, |
|
|
int |
arg1, |
|
|
QPixmap * |
arg2 |
|
) |
| [inline, slot] |
void AQSTable::setText |
( |
int |
arg0, |
|
|
int |
arg1, |
|
|
const QString & |
arg2 |
|
) |
| [inline, slot] |
void AQSTable::takeItem |
( |
AQSTableItem * |
arg0 | ) |
[inline, virtual, slot] |
void AQSTable::takeItem |
( |
QTableItem * |
arg0 | ) |
[inline, virtual, slot] |
QString AQSTable::text |
( |
int |
arg0, |
|
|
int |
arg1 |
|
) |
| const [inline, slot] |
void AQSTable::updateCell |
( |
int |
arg0, |
|
|
int |
arg1 |
|
) |
| [inline, slot] |
void AQSTable::updateHeaderStates |
( |
| ) |
[inline, slot] |
QHeader * AQSTable::verticalHeader |
( |
| ) |
const [inline, slot] |
La documentación para esta clase fue generada a partir del siguiente fichero: