Commit df839603 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Unified DirFileContext and NestingContext

parent 762ee821
This diff is collapsed.
......@@ -394,6 +394,10 @@ class NestingContext : public TemplateListIntf
void addNamespaces(const NamespaceSDict &nsDict,bool rootOnly,bool addClasses);
void addClasses(const ClassSDict &clDict,bool rootOnly);
void addDirs(const DirSDict &);
void addDirs(const DirList &);
void addFiles(const FileNameList &);
void addFiles(const FileList &);
private:
class Private;
Private *p;
......@@ -450,6 +454,7 @@ class NamespaceTreeContext : public TemplateStructIntf
};
//----------------------------------------------------
#if 0
class DirFileNodeContext : public TemplateStructIntf
{
......@@ -488,6 +493,7 @@ class DirFileContext : public TemplateListIntf
class Private;
Private *p;
};
#endif
//----------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment