Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
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
kicad-source-mirror
Commits
9ed9a723
Commit
9ed9a723
authored
Feb 19, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit forgotten file
parent
5b701c42
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
class_treeprojectfiles.h
kicad/class_treeprojectfiles.h
+33
-0
No files found.
kicad/class_treeprojectfiles.h
0 → 100644
View file @
9ed9a723
/*
* file class_treeprojectfiles.h
*/
#ifndef CLASS_TREEPROJECTFILES_H
#define CLASS_TREEPROJECTFILES_H
/** Class TREEPROJECTFILES
* This is the class to show (as a tree) the files in the project directory
*/
class
TREEPROJECTFILES
:
public
wxTreeCtrl
{
DECLARE_DYNAMIC_CLASS
(
TREEPROJECTFILES
)
private
:
TREE_PROJECT_FRAME
*
m_Parent
;
wxImageList
*
m_ImageList
;
public
:
TREE_PROJECT_FRAME
*
GetParent
()
{
return
m_Parent
;
}
TREEPROJECTFILES
(
TREE_PROJECT_FRAME
*
parent
);
~
TREEPROJECTFILES
();
private
:
/* overridden sort function */
int
OnCompareItems
(
const
wxTreeItemId
&
item1
,
const
wxTreeItemId
&
item2
);
};
#endif // CLASS_TREEPROJECTFILES_H
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