Skip to main content

The AlphaIndexTableCell Class Reference

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

Declaration

class AlphaIndexTableCell { ... }

Public Constructors Index

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

Public Member Functions Index

const ClassDef *classDef () const
std::stringletter () const
introw () const
intcolumn () const

Private Member Attributes Index

std::stringm_letter
const ClassDef *m_class
intm_row
intm_col

Description

Class representing a cell in the alphabetical class index.

Definition at line 2229 of file index.cpp.

Public Constructors

AlphaIndexTableCell()

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

Definition at line 2232 of file index.cpp.

2232 AlphaIndexTableCell(int row,int col,const std::string &letter,const ClassDef *cd) :
2233 m_letter(letter), m_class(cd), m_row(row), m_col(col)
2234 {
2235 }

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

Public Member Functions

classDef()

const ClassDef * AlphaIndexTableCell::classDef ()
inline

Definition at line 2237 of file index.cpp.

2237 const ClassDef *classDef() const { return m_class; }

Reference m_class.

column()

int AlphaIndexTableCell::column ()
inline

Definition at line 2240 of file index.cpp.

2240 int column() const { return m_col; }

Reference m_col.

letter()

std::string AlphaIndexTableCell::letter ()
inline

Definition at line 2238 of file index.cpp.

2238 std::string letter() const { return m_letter; }

Reference m_letter.

Referenced by AlphaIndexTableCell.

row()

int AlphaIndexTableCell::row ()
inline

Definition at line 2239 of file index.cpp.

2239 int row() const { return m_row; }

Reference m_row.

Referenced by AlphaIndexTableCell.

Private Member Attributes

m_class

const ClassDef* AlphaIndexTableCell::m_class

Definition at line 2244 of file index.cpp.

Referenced by AlphaIndexTableCell and classDef.

m_col

int AlphaIndexTableCell::m_col

Definition at line 2246 of file index.cpp.

2246 int m_col;

Referenced by AlphaIndexTableCell and column.

m_letter

std::string AlphaIndexTableCell::m_letter

Definition at line 2243 of file index.cpp.

2243 std::string m_letter;

Referenced by AlphaIndexTableCell and letter.

m_row

int AlphaIndexTableCell::m_row

Definition at line 2245 of file index.cpp.

2245 int m_row;

Referenced by AlphaIndexTableCell and row.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.