|
My Project
|
#include <classdef.h>
Public Member Functions | |
| UsesClassDef (ClassDef *cd) | |
| ~UsesClassDef () | |
| void | addAccessor (const char *s) |
Public Attributes | |
| ClassDef * | classDef |
| QDict< void > * | accessors |
| QCString | templSpecifiers |
| bool | containment |
Class that contains information about a usage relation.
Definition at line 463 of file classdef.h.
|
inline |
Definition at line 465 of file classdef.h.
References accessors, and containment.
|
inline |
|
inline |
Definition at line 474 of file classdef.h.
References accessors.
Referenced by ClassDef::addUsedByClass(), and ClassDef::addUsedClass().
| QDict<void>* UsesClassDef::accessors |
Dictionary of member variable names that form the edge labels of the usage relation.
Definition at line 487 of file classdef.h.
Referenced by addAccessor(), DotClassGraph::buildGraph(), UsesClassDef(), and ~UsesClassDef().
| ClassDef* UsesClassDef::classDef |
Class definition that this relation uses.
Definition at line 482 of file classdef.h.
Referenced by DotClassGraph::buildGraph().
| bool UsesClassDef::containment |
Definition at line 492 of file classdef.h.
Referenced by UsesClassDef().
| QCString UsesClassDef::templSpecifiers |
Template arguments used for the base class
Definition at line 490 of file classdef.h.
Referenced by DotClassGraph::buildGraph().