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
9cc346ea
Commit
9cc346ea
authored
Nov 07, 2010
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add forgotten file
parent
ee9e9b84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
cvpcb_id.h
cvpcb/cvpcb_id.h
+34
-0
No files found.
cvpcb/cvpcb_id.h
0 → 100644
View file @
9cc346ea
/**
* @file cvpcb_id.h
*/
/*
* Command IDs for CvPcb.
*
* Please add IDs that are unique to the component library viewer here and
* not in the global id.h file. This will prevent the entire project from
* being rebuilt when adding new commands to the component library viewer.
*/
// Generic IDs:
#include "id.h"
// specific IDs
enum
id_cvpcb_frm
{
ID_CVPCB_QUIT
=
ID_END_LIST
,
ID_CVPCB_READ_INPUT_NETLIST
,
ID_CVPCB_SAVEQUITCVPCB
,
ID_CVPCB_CREATE_CONFIGWINDOW
,
ID_CVPCB_CREATE_SCREENCMP
,
ID_CVPCB_GOTO_FIRSTNA
,
ID_CVPCB_GOTO_PREVIOUSNA
,
ID_CVPCB_DEL_ASSOCIATIONS
,
ID_CVPCB_AUTO_ASSOCIE
,
ID_CVPCB_COMPONENT_LIST
,
ID_CVPCB_FOOTPRINT_LIST
,
ID_CVPCB_CREATE_STUFF_FILE
,
ID_CVPCB_SHOW3D_FRAME
,
ID_CVPCB_FOOTPRINT_DISPLAY_FULL_LIST
,
ID_CVPCB_FOOTPRINT_DISPLAY_FILTERED_LIST
,
ID_CVPCB_CONFIG_KEEP_OPEN_ON_SAVE
};
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