#include "utilities.h"
Go to the source code of this file.
Compounds | |
class | AtomColor |
Parse and maintain the data for how a molecule should be colored. More... | |
Defines | |
#define | DEFAULT_ATOMCOLOR AtomColor::NAME |
default atom coloring method, and max cmd string size. More... | |
#define | MAX_ATOMCOLOR_CMD 255 |
Variables | |
const char * | AtomColorName [AtomColor::TOTAL] |
XXX a global string array with text descriptions of representation methods. More... | |
const char * | AtomColorMenuName [AtomColor::TOTAL] |
These names are used within GUI menus, so they contain submenu names etc. More... |
Definition in file AtomColor.h.
|
default atom coloring method, and max cmd string size.
Definition at line 30 of file AtomColor.h. Referenced by AtomColor::AtomColor, and MoleculeList::MoleculeList. |
|
Definition at line 31 of file AtomColor.h. |
|
These names are used within GUI menus, so they contain submenu names etc.
Definition at line 135 of file AtomColor.h. |
|
XXX a global string array with text descriptions of representation methods.
Definition at line 134 of file AtomColor.h. |