Doxygen
|
Class representing a cell in the alphabetical class index. More...
Public Member Functions | |
AlphaIndexTableCell (int row, int col, const std::string &letter, const ClassDef *cd) | |
const ClassDef * | classDef () const |
std::string | letter () const |
int | row () const |
int | column () const |
Private Attributes | |
std::string | m_letter |
const ClassDef * | m_class |
int | m_row |
int | m_col |
Class representing a cell in the alphabetical class index.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2232 of file index.cpp.
References m_letter.
Referenced by AlphaIndexTableCell().
|
inline |
|
private |
Definition at line 2238 of file index.cpp.
Referenced by AlphaIndexTableCell(), and classDef().
|
private |
Definition at line 2240 of file index.cpp.
Referenced by AlphaIndexTableCell(), and column().
|
private |
Definition at line 2237 of file index.cpp.
Referenced by AlphaIndexTableCell(), and letter().
|
private |
Definition at line 2239 of file index.cpp.
Referenced by AlphaIndexTableCell(), and row().