#include <SelectionBuilder.h>
Public Methods | |
| SelectionBuilder (int, int, GraphicsFltkMenu *, Fl_Input *, SymbolTable *) | |
| void | use_molecule (Molecule *) |
| void | set_selection (const char *) |
| void | update_selection () |
| void | update_macrobrowser () |
| The macro browser will contain all the valid singleword items, even those that aren't defined as macros, like 'water'. We can determine which singlewords are macros by calling SymbolTable::get_custom_singleword() on the name. For now, it is possible to add macros only from the command line, mainly because we have no way of saving them. At some point it would be desirable to be able to add, modify, and remove macros from this GUI. More... | |
Definition at line 38 of file SelectionBuilder.h.
|
||||||||||||||||||||||||
|
Definition at line 60 of file SelectionBuilder.C. References NameList< SymbolTableElement * >::data, SymbolTable::fctns, SymbolTableElement::is_a, SymbolTableElement::KEYWORD, NameList< SymbolTableElement * >::name, NULL, and NameList< SymbolTableElement * >::num. |
|
|
Definition at line 337 of file SelectionBuilder.C. Referenced by GraphicsFltkMenu::update_rep. |
|
|
The macro browser will contain all the valid singleword items, even those that aren't defined as macros, like 'water'. We can determine which singlewords are macros by calling SymbolTable::get_custom_singleword() on the name. For now, it is possible to add macros only from the command line, mainly because we have no way of saving them. At some point it would be desirable to be able to add, modify, and remove macros from this GUI.
Definition at line 110 of file SelectionBuilder.C. References NameList< SymbolTableElement * >::data, SymbolTable::fctns, SymbolTable::get_custom_singleword, SymbolTableElement::is_a, NameList< SymbolTableElement * >::name, NameList< SymbolTableElement * >::num, and SymbolTableElement::SINGLEWORD. Referenced by GraphicsFltkMenu::act_on_command, and GraphicsFltkMenu::GraphicsFltkMenu. |
|
|
|
|
|
Definition at line 332 of file SelectionBuilder.C. Referenced by GraphicsFltkMenu::update_molchooser. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002