Doxygen
|
#include <rtfstyle.h>
Public 成员函数 | |
StyleData ()=default | |
StyleData (const std::string &reference, const std::string &definition) | |
bool | setStyle (const std::string &command, const std::string &styleName) |
const char * | reference () const |
const char * | definition () const |
uint | index () const |
Private 属性 | |
uint | m_index = 0 |
std::string | m_reference |
std::string | m_definition |
在文件 rtfstyle.h 第 48 行定义.
|
default |
StyleData::StyleData | ( | const std::string & | reference, |
const std::string & | definition | ||
) |
在文件 rtfstyle.cpp 第 237 行定义.
引用了 definition(), m_definition, m_index, m_reference, reg::match(), reference(), s_clause , 以及 reg::search().
|
inline |
在文件 rtfstyle.h 第 60 行定义.
引用了 m_definition.
被这些函数引用 RTFGenerator::beginRTFDocument() , 以及 StyleData().
|
inline |
|
inline |
在文件 rtfstyle.h 第 59 行定义.
引用了 m_reference.
被这些函数引用 RTFGenerator::beginRTFDocument(), RTFDocVisitor::getStyle() , 以及 StyleData().
bool StyleData::setStyle | ( | const std::string & | command, |
const std::string & | styleName | ||
) |
在文件 rtfstyle.cpp 第 252 行定义.
引用了 err(), index(), m_definition, m_index, m_reference, reg::match(), s_clause , 以及 reg::search().
被这些函数引用 loadStylesheet().
|
private |
在文件 rtfstyle.h 第 66 行定义.
被这些函数引用 definition(), setStyle() , 以及 StyleData().
|
private |
在文件 rtfstyle.h 第 64 行定义.
被这些函数引用 index(), setStyle() , 以及 StyleData().
|
private |
在文件 rtfstyle.h 第 65 行定义.
被这些函数引用 reference(), setStyle() , 以及 StyleData().