#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.
|
|
Definition at line 161 of file SaveTrajectoryFltkMenu.C. References Command::ANIM_DELETE, UIObject::command_wanted, Command::MOL_ADDREP, Command::MOL_DEL, Command::MOL_DELREP, Command::MOL_MODREP, Command::MOL_MODREPITEM, Command::MOL_NEW, Command::MOL_RENAME, molchooser_cb, Command::PLUGIN_UPDATE, repchooser_cb, save_cb, and selected_molid. |
|
||||||||||||
|
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 254 of file SaveTrajectoryFltkMenu.C. References Command::ANIM_DELETE, UIObject::app, MolFilePlugin::can_write_timesteps, 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, MolFilePlugin::name, Command::PLUGIN_UPDATE, and selected_molid. |
|
|
|
"Activates" the currently selected molchooser molecule, must be called after all calls to molchooser->value(xxx).
Definition at line 120 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 157 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 289 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. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002