Skip to main content

The Map Struct Reference

Declaration

struct DotFilePatcher::Map { ... }

Public Constructors Index

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

Public Member Attributes Index

QCStringmapFile
QCStringrelPath
boolurlOnly
QCStringcontext
QCStringlabel
boolzoomable
intgraphId

Definition at line 55 of file dotfilepatcher.h.

Public Constructors

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

Definition at line 57 of file dotfilepatcher.h.

57 Map(const QCString &mf,const QCString &rp,bool uo,const QCString &ctx,
58 const QCString &lab,bool zoom=false,int gId=-1) :
59 mapFile(mf), relPath(rp), urlOnly(uo), context(ctx),
60 label(lab), zoomable(zoom), graphId(gId) {}

References context, graphId, label, mapFile, relPath, urlOnly and zoomable.

Public Member Attributes

context

QCString DotFilePatcher::Map::context

Definition at line 64 of file dotfilepatcher.h.

Referenced by Map and DotFilePatcher::run.

graphId

int DotFilePatcher::Map::graphId

Definition at line 67 of file dotfilepatcher.h.

67 int graphId;

Referenced by Map and DotFilePatcher::run.

label

QCString DotFilePatcher::Map::label

Definition at line 65 of file dotfilepatcher.h.

Referenced by Map and DotFilePatcher::run.

mapFile

QCString DotFilePatcher::Map::mapFile

Definition at line 61 of file dotfilepatcher.h.

Referenced by Map and DotFilePatcher::run.

relPath

QCString DotFilePatcher::Map::relPath

Definition at line 62 of file dotfilepatcher.h.

Referenced by Map and DotFilePatcher::run.

urlOnly

bool DotFilePatcher::Map::urlOnly

Definition at line 63 of file dotfilepatcher.h.

63 bool urlOnly;

Referenced by Map and DotFilePatcher::run.

zoomable

bool DotFilePatcher::Map::zoomable

Definition at line 66 of file dotfilepatcher.h.

66 bool zoomable;

Referenced by Map and DotFilePatcher::run.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.