Doxygen
Loading...
Searching...
No Matches
PlantumlContent Struct Reference

#include <src/plantuml.h>

+ Collaboration diagram for PlantumlContent:

Public Member Functions

 PlantumlContent (const QCString &content_, const QCString &outDir_, const QCString &srcFile_, int srcLine_)
 

Public Attributes

QCString content
 
QCString outDir
 
QCString srcFile
 
int srcLine
 

Detailed Description

Definition at line 29 of file plantuml.h.

Constructor & Destructor Documentation

◆ PlantumlContent()

PlantumlContent::PlantumlContent ( const QCString & content_,
const QCString & outDir_,
const QCString & srcFile_,
int srcLine_ )
inline

Definition at line 31 of file plantuml.h.

32 : content(content_), outDir(outDir_), srcFile(srcFile_), srcLine(srcLine_) {}
QCString srcFile
Definition plantuml.h:35
QCString outDir
Definition plantuml.h:34
QCString content
Definition plantuml.h:33

References content, outDir, srcFile, and srcLine.

Member Data Documentation

◆ content

QCString PlantumlContent::content

Definition at line 33 of file plantuml.h.

Referenced by PlantumlContent().

◆ outDir

QCString PlantumlContent::outDir

Definition at line 34 of file plantuml.h.

Referenced by PlantumlContent().

◆ srcFile

QCString PlantumlContent::srcFile

Definition at line 35 of file plantuml.h.

Referenced by PlantumlContent().

◆ srcLine

int PlantumlContent::srcLine

Definition at line 36 of file plantuml.h.

Referenced by PlantumlContent().


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