Custom class that inheritates BookshelfParser::BookshelfDataBase with all the required callbacks defined.
More...
|
|
| BookshelfDataBase () |
| | constructor
|
| |
| virtual void | resize_bookshelf_node_terminals (int nn, int nt) |
| |
| virtual void | resize_bookshelf_net (int n) |
| |
| virtual void | resize_bookshelf_pin (int n) |
| |
| virtual void | resize_bookshelf_row (int n) |
| |
| virtual void | add_bookshelf_terminal (string &name, int w, int h) |
| |
| virtual void | add_bookshelf_node (string &name, int w, int h) |
| |
| virtual void | add_bookshelf_net (BookshelfParser::Net const &net) |
| |
| virtual void | add_bookshelf_row (BookshelfParser::Row const &row) |
| |
| virtual void | set_bookshelf_node_position (string const &name, double x, double y, string const &orient, string const &status, bool plFlag) |
| |
| virtual void | set_bookshelf_design (string &name) |
| |
|
virtual void | bookshelf_end () |
| | end of bookshelf
|
| |
Custom class that inheritates BookshelfParser::BookshelfDataBase with all the required callbacks defined.
Definition at line 20 of file test_bison.cpp.
| virtual void BookshelfDataBase::add_bookshelf_node |
( |
string & |
name, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
|
inlinevirtual |
| virtual void BookshelfDataBase::add_bookshelf_terminal |
( |
string & |
name, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
|
inlinevirtual |
| virtual void BookshelfDataBase::resize_bookshelf_net |
( |
int |
n | ) |
|
|
inlinevirtual |
| virtual void BookshelfDataBase::resize_bookshelf_node_terminals |
( |
int |
nn, |
|
|
int |
nt |
|
) |
| |
|
inlinevirtual |
| virtual void BookshelfDataBase::resize_bookshelf_pin |
( |
int |
n | ) |
|
|
inlinevirtual |
| virtual void BookshelfDataBase::resize_bookshelf_row |
( |
int |
n | ) |
|
|
inlinevirtual |
| virtual void BookshelfDataBase::set_bookshelf_design |
( |
string & |
name | ) |
|
|
inlinevirtual |
| virtual void BookshelfDataBase::set_bookshelf_node_position |
( |
string const & |
name, |
|
|
double |
x, |
|
|
double |
y, |
|
|
string const & |
orient, |
|
|
string const & |
status, |
|
|
bool |
plFlag |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /Users/yibolin/Documents/Projects/Limbo/test/parsers/bookshelf/test_bison.cpp