#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 353 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 126 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 348 of file SelectionBuilder.C. Referenced by GraphicsFltkMenu::update_molchooser. |