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 2232 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 2235 of file index.cpp.

2235 :
2236 m_letter(letter), m_class(cd), m_row(row), m_col(col)
2237 {
2238 }
std::string m_letter
Definition index.cpp:2246
int row() const
Definition index.cpp:2242
std::string letter() const
Definition index.cpp:2241
const ClassDef * m_class
Definition index.cpp:2247

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 2240 of file index.cpp.

2240{ return m_class; }

References m_class.

◆ column()

int AlphaIndexTableCell::column ( ) const
inline

Definition at line 2243 of file index.cpp.

2243{ return m_col; }

References m_col.

◆ letter()

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

Definition at line 2241 of file index.cpp.

2241{ return m_letter; }

References m_letter.

Referenced by AlphaIndexTableCell().

◆ row()

int AlphaIndexTableCell::row ( ) const
inline

Definition at line 2242 of file index.cpp.

2242{ return m_row; }

References m_row.

Referenced by AlphaIndexTableCell().

Member Data Documentation

◆ m_class

const ClassDef* AlphaIndexTableCell::m_class
private

Definition at line 2247 of file index.cpp.

Referenced by AlphaIndexTableCell(), and classDef().

◆ m_col

int AlphaIndexTableCell::m_col
private

Definition at line 2249 of file index.cpp.

Referenced by AlphaIndexTableCell(), and column().

◆ m_letter

std::string AlphaIndexTableCell::m_letter
private

Definition at line 2246 of file index.cpp.

Referenced by AlphaIndexTableCell(), and letter().

◆ m_row

int AlphaIndexTableCell::m_row
private

Definition at line 2248 of file index.cpp.

Referenced by AlphaIndexTableCell(), and row().


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