My Project
|
Public Member Functions | |
AlphaIndexTableCell (int row, int col, uint letter, ClassDef *cd) | |
ClassDef * | classDef () const |
uint | letter () const |
int | row () const |
int | column () const |
Private Attributes | |
uint | m_letter |
ClassDef * | m_class |
int | m_row |
int | m_col |
Class representing a cell in the alphabetical class index.
|
inline |
|
inline |
Definition at line 1707 of file index.cpp.
References m_class.
Referenced by writeAlphabeticalClassList().
|
inline |
|
inline |
Definition at line 1708 of file index.cpp.
References m_letter.
Referenced by writeAlphabeticalClassList().
|
inline |
Definition at line 1709 of file index.cpp.
References m_row.
Referenced by writeAlphabeticalClassList().
|
private |
Definition at line 1714 of file index.cpp.
Referenced by classDef().
|
private |
|
private |
|
private |