#include <QicsCellDisplay.h>
Public Member Functions | |
| QWidget * | widget (void) const |
| void | setWidget (QWidget *w) |
| QicsScreenGrid * | grid (void) const |
| void | setGrid (QicsScreenGrid *grid) |
| int | row (void) const |
| void | setRow (int row) |
| int | column (void) const |
| void | setColumn (int col) |
| QicsDataItem * | item (void) const |
| void | setItem (QicsDataItem *item) |
Protected Attributes | |
| QWidget * | myWidget |
| QicsScreenGrid * | myGrid |
| int | myRow |
| int | myCol |
| QicsDataItem * | myItem |
A helper class for QicsMovableEntryWidgetCellDisplay. An instance of this class contains information about a single entry widget. (A subclass of QicsMovableEntryWidgetCellDisplay can have multiple entry widgets, one for each grid in which it is used. Information available includes the entry widget, the grid widget associated with it, the current cell that the entry widget is in, and the data item that the entry widget is editing.
| QWidget* QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo::widget | ( | void | ) | const [inline] |
Returns the entry widget.
| void QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo::setWidget | ( | QWidget * | w | ) | [inline] |
Sets the entry widget.
| QicsScreenGrid* QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo::grid | ( | void | ) | const [inline] |
Returns the grid widget.
| void QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo::setGrid | ( | QicsScreenGrid * | grid | ) | [inline] |
Sets the grid widget.
| int QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo::row | ( | void | ) | const [inline] |
Returns the row index of the cell that the entry widget is in.
| void QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo::setRow | ( | int | row | ) | [inline] |
Sets the row index of the cell that the entry widget is in.
| int QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo::column | ( | void | ) | const [inline] |
Returns the column index of the cell that the entry widget is in.
| void QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo::setColumn | ( | int | col | ) | [inline] |
Sets the column index of the cell that the entry widget is in.
| QicsDataItem* QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo::item | ( | void | ) | const [inline] |
Returns the item that is currently being edited by this entry widget.
| void QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo::setItem | ( | QicsDataItem * | item | ) | [inline] |
Sets the item that is currently being edited by this entry widget.