#include <SelectionBuilder.h>
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, NameList< SymbolTableElement * >::num, VMDMENU_BROWSER_BG, VMDMENU_BROWSER_SEL, and VMDMENU_VALUE_SEL.
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.