filters
QpRecCell Class Reference
Inheritance diagram for QpRecCell:

Detailed Description
Definition at line 58 of file record.h.
Public Member Functions | |
| QpRecCell (QpRecType pType) | |
| ~QpRecCell () | |
| void | attributes (QP_INT16 pAttributes) |
| QP_INT16 | attributes () |
| void | cellRef (char *pText, QpTableNames &pTable, QP_INT16 pNoteBook, QP_UINT8 pPage, QP_UINT8 pColumn, QP_INT16 pRow) |
| void | cellRef (char *pText, QpTableNames &pTable, QpIStream &pFormulaRef) |
| void | column (QP_UINT8 pColumn) |
| QP_UINT8 | column () |
| void | row (QP_INT16 pRow) |
| QP_INT16 | row () |
Protected Member Functions | |
| int | loadCellInfo (QpIStream &pIn) |
Protected Attributes | |
| QP_INT16 | cAttributes |
| QP_UINT8 | cColumn |
| QP_UINT8 | cPage |
| QP_INT16 | cRow |
| char * | cCellRef |
Member Function Documentation
| void QpRecCell::cellRef | ( | char * | pText, | |
| QpTableNames & | pTable, | |||
| QP_INT16 | pNoteBook, | |||
| QP_UINT8 | pPage, | |||
| QP_UINT8 | pColumn, | |||
| QP_INT16 | pRow | |||
| ) |
The documentation for this class was generated from the following files:

