Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
762ee821
Commit
762ee821
authored
Feb 22, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added dir tree nodes to the context
parent
1d2bb19e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
208 additions
and
59 deletions
+208
-59
context.cpp
src/context.cpp
+204
-57
context.h
src/context.h
+4
-2
No files found.
src/context.cpp
View file @
762ee821
This diff is collapsed.
Click to expand it.
src/context.h
View file @
762ee821
...
...
@@ -454,8 +454,10 @@ class NamespaceTreeContext : public TemplateStructIntf
class
DirFileNodeContext
:
public
TemplateStructIntf
{
public
:
DirFileNodeContext
(
Definition
*
);
DirFileNodeContext
(
const
DirFileNodeContext
*
parent
,
Definition
*
,
int
index
,
int
level
);
~
DirFileNodeContext
();
QCString
id
()
const
;
// TemplateStructIntf methods
virtual
TemplateVariant
get
(
const
char
*
name
)
const
;
...
...
@@ -470,7 +472,7 @@ class DirFileNodeContext : public TemplateStructIntf
class
DirFileContext
:
public
TemplateListIntf
{
public
:
DirFileContext
();
DirFileContext
(
const
DirFileNodeContext
*
parent
,
int
level
);
~
DirFileContext
();
// TemplateListIntf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment