#include <GraphicsFltkReps.h>
Inheritance diagram for GraphicsFltkRep:
Public Methods | |
virtual int | is_volumetric () |
virtual int | is_orbital () |
virtual const char * | repcmd ()=0 |
virtual void | set_values (AtomRep *)=0 |
void | reset () |
Protected Methods | |
GraphicsFltkRep () | |
virtual void | do_reset () |
Protected Attributes | |
char | cmdbuf [256] |
Definition at line 38 of file GraphicsFltkReps.h.
|
Definition at line 40 of file GraphicsFltkReps.h. |
|
Reimplemented in GraphicsFltkRepLines. Definition at line 42 of file GraphicsFltkReps.h. Referenced by reset. |
|
Reimplemented in GraphicsFltkRepOrbital. Definition at line 48 of file GraphicsFltkReps.h. Referenced by GraphicsFltkMenu::update_molchooser. |
|
Reimplemented in GraphicsFltkRepVolumetric. Definition at line 47 of file GraphicsFltkReps.h. Referenced by GraphicsFltkMenu::update_molchooser. |
|
Implemented in GraphicsFltkRepLines. Referenced by GraphicsFltkMenu::create_repcmd. |
|
Definition at line 51 of file GraphicsFltkReps.h. References do_reset. Referenced by GraphicsFltkMenu::GraphicsFltkMenu, and GraphicsFltkMenu::reset_rep. |
|
Implemented in GraphicsFltkRepLines. Referenced by GraphicsFltkMenu::update_rep. |
|