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 ...@@ -394,6 +394,10 @@ class NestingContext : public TemplateListIntf
void addNamespaces(const NamespaceSDict &nsDict,bool rootOnly,bool addClasses); void addNamespaces(const NamespaceSDict &nsDict,bool rootOnly,bool addClasses);
void addClasses(const ClassSDict &clDict,bool rootOnly); void addClasses(const ClassSDict &clDict,bool rootOnly);
void addDirs(const DirSDict &);
void addDirs(const DirList &);
void addFiles(const FileNameList &);
void addFiles(const FileList &);
private: private:
class Private; class Private;
Private *p; Private *p;
...@@ -450,6 +454,7 @@ class NamespaceTreeContext : public TemplateStructIntf ...@@ -450,6 +454,7 @@ class NamespaceTreeContext : public TemplateStructIntf
}; };
//---------------------------------------------------- //----------------------------------------------------
#if 0
class DirFileNodeContext : public TemplateStructIntf class DirFileNodeContext : public TemplateStructIntf
{ {
...@@ -488,6 +493,7 @@ class DirFileContext : public TemplateListIntf ...@@ -488,6 +493,7 @@ class DirFileContext : public TemplateListIntf
class Private; class Private;
Private *p; 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