#include <SaveTrajectoryFltkMenu.h>
Inheritance diagram for SaveTrajectoryFltkMenu:
Public Methods | |
SaveTrajectoryFltkMenu (VMDApp *) | |
int | selectmol (int molindex) |
This will make the "molno"-th molecule be the selected one in the VMDMenu. The VMDMenu will return TRUE if it has processed this event, and FALSE if it ignores it. The first molecule starts at 0. More... | |
void | do_save () |
void | molchooser_activate_selection () |
"Activates" the currently selected molchooser molecule, must be called after all calls to molchooser->value(xxx). More... | |
void | select_atoms (const char *) |
Protected Methods | |
int | act_on_command (int, Command *) |
update the display due to a command being executed. Return whether any action was taken on this command. Arguments are the command type, command object, and the success of the command (T or F). More... | |
Protected Attributes | |
int | selected_molid |
Definition at line 34 of file SaveTrajectoryFltkMenu.h.
|
|
update the display due to a command being executed. Return whether any action was taken on this command. Arguments are the command type, command object, and the success of the command (T or F).
Reimplemented from UIObject. Definition at line 265 of file SaveTrajectoryFltkMenu.C. References Command::ANIM_DELETE, UIObject::app, MolFilePlugin::can_write_timesteps, command, MolFilePlugin::extension, VMDApp::list_plugins, Command::MOL_ADDREP, Command::MOL_DEL, Command::MOL_DELREP, Command::MOL_MODREP, Command::MOL_MODREPITEM, Command::MOL_NEW, Command::MOL_RENAME, molchooser_activate_selection, n, MolFilePlugin::name, NULL, Command::PLUGIN_UPDATE, selected_molid, and set_chooser_from_string. |
|
|
"Activates" the currently selected molchooser molecule, must be called after all calls to molchooser->value(xxx).
Definition at line 121 of file SaveTrajectoryFltkMenu.C. References UIObject::app, BaseMolecule::get_volume_data, MoleculeList::mol_from_id, VMDApp::molecule_id, VMDApp::molecule_numframes, VMDApp::moleculeList, VMDApp::molrep_get_selection, VolumetricData::name, VMDApp::num_molreps, BaseMolecule::num_volume_data, and selected_molid. Referenced by act_on_command, and selectmol. |
|
Definition at line 158 of file SaveTrajectoryFltkMenu.C. |
|
This will make the "molno"-th molecule be the selected one in the VMDMenu. The VMDMenu will return TRUE if it has processed this event, and FALSE if it ignores it. The first molecule starts at 0.
Reimplemented from VMDMenu. Definition at line 320 of file SaveTrajectoryFltkMenu.C. References UIObject::app, molchooser_activate_selection, and VMDApp::num_molecules. |
|
Definition at line 50 of file SaveTrajectoryFltkMenu.h. Referenced by act_on_command, molchooser_activate_selection, and SaveTrajectoryFltkMenu. |