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
4a5c1e8d
Commit
4a5c1e8d
authored
Jan 04, 2011
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc fixes
parent
26be6d01
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
10 deletions
+13
-10
design.h
new/design.h
+8
-6
sch_dir_lib_source.h
new/sch_dir_lib_source.h
+1
-1
sch_lib.h
new/sch_lib.h
+1
-1
sch_lib_table.h
new/sch_lib_table.h
+1
-0
sch_part.h
new/sch_part.h
+2
-2
No files found.
new/design.h
View file @
4a5c1e8d
...
@@ -9,7 +9,7 @@ also, in the future.
...
@@ -9,7 +9,7 @@ also, in the future.
@author Dick Hollenbeck <dick@softplc.com>
@author Dick Hollenbeck <dick@softplc.com>
@date October
-December 2010
@date October
2010 - January 2011
@section intr_sec Introduction
@section intr_sec Introduction
...
@@ -370,10 +370,10 @@ class HTTP_LIB_SOURCE : public LIB_SOURCE
...
@@ -370,10 +370,10 @@ class HTTP_LIB_SOURCE : public LIB_SOURCE
protected
:
protected
:
/**
/**
* Constructor ( const STRING& a
Svn
URL )
* Constructor ( const STRING& a
Http
URL )
* sets up a LIB_SOURCE using a
Svn
URI which points to a subversion
* sets up a LIB_SOURCE using a
Http
URI which points to a subversion
* repository.
* repository.
* @see LIB
S::GetLibrary().
* @see LIB
_TABLE::LookupPart()
*
*
* @param aHttpURL is a full URL of a document root repo directory. Example might
* @param aHttpURL is a full URL of a document root repo directory. Example might
* be "http://kicad.org/libs"
* be "http://kicad.org/libs"
...
@@ -401,7 +401,7 @@ protected:
...
@@ -401,7 +401,7 @@ protected:
* Constructor SVN_LIB_SOURCE( const STRING& aSvnURL )
* Constructor SVN_LIB_SOURCE( const STRING& aSvnURL )
* sets up a LIB_SOURCE using aSvnURI which points to a subversion
* sets up a LIB_SOURCE using aSvnURI which points to a subversion
* repository.
* repository.
* @see LIB
S::GetLibrary
().
* @see LIB
_TABLE::LookupPart
().
*
*
* @param aSvnURL is a full URL of a subversion repo directory. Example might
* @param aSvnURL is a full URL of a subversion repo directory. Example might
* be "svn://kicad.org/repos/library/trunk"
* be "svn://kicad.org/repos/library/trunk"
...
@@ -430,7 +430,7 @@ protected:
...
@@ -430,7 +430,7 @@ protected:
* sets up a LIB_SOURCE using aSchematicFile which is a full path and filename
* sets up a LIB_SOURCE using aSchematicFile which is a full path and filename
* for a schematic not related to the schematic being editing in
* for a schematic not related to the schematic being editing in
* this EESCHEMA session.
* this EESCHEMA session.
* @see LIB
S::GetLibrary
().
* @see LIB
_TABLE::LookupPart
().
*
*
* @param aSchematicFile is a full path and filename. Example:
* @param aSchematicFile is a full path and filename. Example:
* "/home/user/kicadproject/design.sch"
* "/home/user/kicadproject/design.sch"
...
@@ -471,4 +471,6 @@ public:
...
@@ -471,4 +471,6 @@ public:
/// @todo add simple unit test infrastructure.
/// @todo add simple unit test infrastructure.
/// @todo review: http://www.sfml-dev.org/tutorials/1.2/graphics-wxwidgets.php
// EOF
// EOF
new/sch_dir_lib_source.h
View file @
4a5c1e8d
...
@@ -144,7 +144,7 @@ protected:
...
@@ -144,7 +144,7 @@ protected:
/**
/**
* Constructor DIR_LIB_SOURCE( const STRING& aDirectoryPath )
* Constructor DIR_LIB_SOURCE( const STRING& aDirectoryPath )
* sets up a LIB_SOURCE using aDirectoryPath in a file system.
* sets up a LIB_SOURCE using aDirectoryPath in a file system.
* @see LIB
S::GetLibrary
().
* @see LIB
_TABLE::LookupPart
().
*
*
* @param aDirectoryPath is a full file pathname of a directory which contains
* @param aDirectoryPath is a full file pathname of a directory which contains
* the library source of part files. Examples might be "C:\kicad_data\mylib" or
* the library source of part files. Examples might be "C:\kicad_data\mylib" or
...
...
new/sch_lib.h
View file @
4a5c1e8d
...
@@ -46,7 +46,7 @@ class LIB_TABLE;
...
@@ -46,7 +46,7 @@ class LIB_TABLE;
*/
*/
class
LIB_SOURCE
class
LIB_SOURCE
{
{
friend
class
LIBS
;
///< the LIB factory is
LIBS::GetLibrary
()
friend
class
LIBS
;
///< the LIB factory is
thru LIB_TABLE::LookupPart
()
friend
class
LIB
;
///< the LIB uses these functions.
friend
class
LIB
;
///< the LIB uses these functions.
protected
:
///< derived classes must implement
protected
:
///< derived classes must implement
...
...
new/sch_lib_table.h
View file @
4a5c1e8d
...
@@ -223,6 +223,7 @@ public:
...
@@ -223,6 +223,7 @@ public:
* (lib (logical LOGICAL)(type TYPE)(full_uri FULL_URI)(options OPTIONS))
* (lib (logical LOGICAL)(type TYPE)(full_uri FULL_URI)(options OPTIONS))
* (lib (logical LOGICAL)(type TYPE)(full_uri FULL_URI)(options OPTIONS))
* (lib (logical LOGICAL)(type TYPE)(full_uri FULL_URI)(options OPTIONS))
* (lib (logical LOGICAL)(type TYPE)(full_uri FULL_URI)(options OPTIONS))
* (lib (logical LOGICAL)(type TYPE)(full_uri FULL_URI)(options OPTIONS))
* )
* </pre>
* </pre>
*
*
* When this function is called, the input token stream given by \a aLexer
* When this function is called, the input token stream given by \a aLexer
...
...
new/sch_part.h
View file @
4a5c1e8d
...
@@ -145,10 +145,10 @@ public:
...
@@ -145,10 +145,10 @@ public:
*
*
* @param aLexer is an instance of SWEET_LEXER, rewound at the first line.
* @param aLexer is an instance of SWEET_LEXER, rewound at the first line.
*
*
* @param aLibTable is the LIB_TABLE
view
that is in effect for inheritance,
* @param aLibTable is the LIB_TABLE
"view"
that is in effect for inheritance,
* and comes from the big containing SCHEMATIC object.
* and comes from the big containing SCHEMATIC object.
*/
*/
void
Parse
(
SWEET_LEXER
*
aLexer
,
LIB_TABLE
*
aTable
)
throw
(
IO_ERROR
);
void
Parse
(
SWEET_LEXER
*
aLexer
,
LIB_TABLE
*
a
Lib
Table
)
throw
(
IO_ERROR
);
/*
/*
void SetBody( const STR_UTF& aSExpression )
void SetBody( const STR_UTF& aSExpression )
...
...
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