Doxygen
AlphaIndexTableCell类 参考

Class representing a cell in the alphabetical class index. 更多...

+ AlphaIndexTableCell 的协作图:

Public 成员函数

 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 属性

std::string m_letter
 
const ClassDefm_class
 
int m_row
 
int m_col
 

详细描述

Class representing a cell in the alphabetical class index.

在文件 index.cpp2049 行定义.

构造及析构函数说明

◆ AlphaIndexTableCell()

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

在文件 index.cpp2052 行定义.

2052  :
2053  m_letter(letter), m_class(cd), m_row(row), m_col(col)
2054  {
2055  }

成员函数说明

◆ classDef()

const ClassDef* AlphaIndexTableCell::classDef ( ) const
inline

在文件 index.cpp2057 行定义.

2057 { return m_class; }

引用了 m_class.

◆ column()

int AlphaIndexTableCell::column ( ) const
inline

在文件 index.cpp2060 行定义.

2060 { return m_col; }

引用了 m_col.

◆ letter()

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

在文件 index.cpp2058 行定义.

2058 { return m_letter; }

引用了 m_letter.

◆ row()

int AlphaIndexTableCell::row ( ) const
inline

在文件 index.cpp2059 行定义.

2059 { return m_row; }

引用了 m_row.

类成员变量说明

◆ m_class

const ClassDef* AlphaIndexTableCell::m_class
private

在文件 index.cpp2064 行定义.

被这些函数引用 classDef().

◆ m_col

int AlphaIndexTableCell::m_col
private

在文件 index.cpp2066 行定义.

被这些函数引用 column().

◆ m_letter

std::string AlphaIndexTableCell::m_letter
private

在文件 index.cpp2063 行定义.

被这些函数引用 letter().

◆ m_row

int AlphaIndexTableCell::m_row
private

在文件 index.cpp2065 行定义.

被这些函数引用 row().


该类的文档由以下文件生成:
AlphaIndexTableCell::letter
std::string letter() const
Definition: index.cpp:2058
AlphaIndexTableCell::row
int row() const
Definition: index.cpp:2059
AlphaIndexTableCell::m_col
int m_col
Definition: index.cpp:2066
AlphaIndexTableCell::m_row
int m_row
Definition: index.cpp:2065
AlphaIndexTableCell::m_letter
std::string m_letter
Definition: index.cpp:2063
AlphaIndexTableCell::m_class
const ClassDef * m_class
Definition: index.cpp:2064