Doxygen
DotFilePatcher::Map结构体 参考
+ DotFilePatcher::Map 的协作图:

Public 成员函数

 Map (const QCString &mf, const QCString &rp, bool uo, const QCString &ctx, const QCString &lab, bool zoom=false, int gId=-1)
 

Public 属性

QCString mapFile
 
QCString relPath
 
bool urlOnly
 
QCString context
 
QCString label
 
bool zoomable
 
int graphId
 

详细描述

在文件 dotfilepatcher.h55 行定义.

构造及析构函数说明

◆ Map()

DotFilePatcher::Map::Map ( const QCString mf,
const QCString rp,
bool  uo,
const QCString ctx,
const QCString lab,
bool  zoom = false,
int  gId = -1 
)
inline

在文件 dotfilepatcher.h57 行定义.

58  :
59  mapFile(mf), relPath(rp), urlOnly(uo), context(ctx),
60  label(lab), zoomable(zoom), graphId(gId) {}

类成员变量说明

◆ context

QCString DotFilePatcher::Map::context

在文件 dotfilepatcher.h64 行定义.

被这些函数引用 DotFilePatcher::run().

◆ graphId

int DotFilePatcher::Map::graphId

在文件 dotfilepatcher.h67 行定义.

被这些函数引用 DotFilePatcher::run().

◆ label

QCString DotFilePatcher::Map::label

在文件 dotfilepatcher.h65 行定义.

被这些函数引用 DotFilePatcher::run().

◆ mapFile

QCString DotFilePatcher::Map::mapFile

在文件 dotfilepatcher.h61 行定义.

被这些函数引用 DotFilePatcher::run().

◆ relPath

QCString DotFilePatcher::Map::relPath

在文件 dotfilepatcher.h62 行定义.

被这些函数引用 DotFilePatcher::run().

◆ urlOnly

bool DotFilePatcher::Map::urlOnly

在文件 dotfilepatcher.h63 行定义.

被这些函数引用 DotFilePatcher::run().

◆ zoomable

bool DotFilePatcher::Map::zoomable

在文件 dotfilepatcher.h66 行定义.

被这些函数引用 DotFilePatcher::run().


该结构体的文档由以下文件生成:
DotFilePatcher::Map::zoomable
bool zoomable
Definition: dotfilepatcher.h:66
DotFilePatcher::Map::urlOnly
bool urlOnly
Definition: dotfilepatcher.h:63
DotFilePatcher::Map::relPath
QCString relPath
Definition: dotfilepatcher.h:62
DotFilePatcher::Map::graphId
int graphId
Definition: dotfilepatcher.h:67
DotFilePatcher::Map::context
QCString context
Definition: dotfilepatcher.h:64
DotFilePatcher::Map::label
QCString label
Definition: dotfilepatcher.h:65
DotFilePatcher::Map::mapFile
QCString mapFile
Definition: dotfilepatcher.h:61