#include "MoleculeList.h"
#include "UIObject.h"
Go to the source code of this file.
Compounds | |
class | Animation |
Defines | |
#define | SPEED_FACTOR 0.5f |
Variables | |
const char * | animationStyleName [Animation::ANIM_TOTAL_STYLES] |
static storage for strings describing animation styles. More... | |
const char * | animationDirName [Animation::ANIM_TOTAL_DIRS] |
static storage for strings describing animation directions. More... |
Definition in file Animation.h.
|
Definition at line 29 of file Animation.h. Referenced by Animation::check_event, and Animation::speed. |
|
static storage for strings describing animation directions.
Definition at line 103 of file Animation.h. |
|
static storage for strings describing animation styles.
Definition at line 100 of file Animation.h. |