Doxygen
Loading...
Searching...
No Matches
AlphaIndexTableCell Class Reference

Class representing a cell in the alphabetical class index. More...

Collaboration diagram for AlphaIndexTableCell:

Public Member Functions

 AlphaIndexTableCell (int row, int col, const std::string &letter, const ClassDef *cd)
const ClassDefclassDef () const
std::string letter () const
int row () const
int column () const

Private Attributes

std::string m_letter
const ClassDefm_class
int m_row
int m_col

Detailed Description

Class representing a cell in the alphabetical class index.

Definition at line 2257 of file index.cpp.

Constructor & Destructor Documentation

◆ AlphaIndexTableCell()

AlphaIndexTableCell::AlphaIndexTableCell ( int row,
int col,
const std::string & letter,
const ClassDef * cd )
inline

Definition at line 2260 of file index.cpp.

2260 :
2261 m_letter(letter), m_class(cd), m_row(row), m_col(col)
2262 {
2263 }
std::string m_letter
Definition index.cpp:2271
int row() const
Definition index.cpp:2267
std::string letter() const
Definition index.cpp:2266
const ClassDef * m_class
Definition index.cpp:2272

References letter(), m_class, m_col, m_letter, m_row, and row().

Member Function Documentation

◆ classDef()

const ClassDef * AlphaIndexTableCell::classDef ( ) const
inline

Definition at line 2265 of file index.cpp.

2265{ return m_class; }

References m_class.

◆ column()

int AlphaIndexTableCell::column ( ) const
inline

Definition at line 2268 of file index.cpp.

2268{ return m_col; }

References m_col.

◆ letter()

std::string AlphaIndexTableCell::letter ( ) const
inline

Definition at line 2266 of file index.cpp.

2266{ return m_letter; }

References m_letter.

Referenced by AlphaIndexTableCell().

◆ row()

int AlphaIndexTableCell::row ( ) const
inline

Definition at line 2267 of file index.cpp.

2267{ return m_row; }

References m_row.

Referenced by AlphaIndexTableCell().

Member Data Documentation

◆ m_class

const ClassDef* AlphaIndexTableCell::m_class
private

Definition at line 2272 of file index.cpp.

Referenced by AlphaIndexTableCell(), and classDef().

◆ m_col

int AlphaIndexTableCell::m_col
private

Definition at line 2274 of file index.cpp.

Referenced by AlphaIndexTableCell(), and column().

◆ m_letter

std::string AlphaIndexTableCell::m_letter
private

Definition at line 2271 of file index.cpp.

Referenced by AlphaIndexTableCell(), and letter().

◆ m_row

int AlphaIndexTableCell::m_row
private

Definition at line 2273 of file index.cpp.

Referenced by AlphaIndexTableCell(), and row().


The documentation for this class was generated from the following file: