#include "ToolFltkMenu.h"
#include "P_CmdTool.h"
#include "VMDApp.h"
#include "P_UIVR.h"
#include "P_Tool.h"
#include "FL/forms.H"
Go to the source code of this file.
Functions | |
void | createtool_cb (Fl_Widget *, void *v) |
void | deletetool_cb (Fl_Widget *, void *v) |
void | select_tool_cb (Fl_Widget *w, void *v) |
void | select_tool_type_cb (Fl_Widget *, void *v) |
void | position_cb (Fl_Widget *w, void *v) |
void | force_cb (Fl_Widget *w, void *v) |
void | button_cb (Fl_Widget *w, void *v) |
void | offset_cb (Fl_Widget *, void *v) |
void | positionscale_cb (Fl_Widget *, void *v) |
void | forceconstant_cb (Fl_Widget *, void *v) |
void | forcescale_cb (Fl_Widget *, void *v) |
void | toolrep_cb (Fl_Widget *, void *v) |
void | moleculerep_cb (Fl_Widget *, void *v) |
Variables | |
int | cmdList [6] |
int | toolrepCmdList [6] |
|
Definition at line 60 of file ToolFltkMenu.C. References ToolFltkMenu::choose_buttons, and NULL. |
|
Definition at line 28 of file ToolFltkMenu.C. References ToolFltkMenu::create_tool. |
|
Definition at line 32 of file ToolFltkMenu.C. References ToolFltkMenu::delete_tool. |
|
Definition at line 52 of file ToolFltkMenu.C. References ToolFltkMenu::choose_feedback, and NULL. |
|
Definition at line 76 of file ToolFltkMenu.C. References ToolFltkMenu::set_springscale. |
|
Definition at line 80 of file ToolFltkMenu.C. References ToolFltkMenu::set_forcescale. |
|
Definition at line 88 of file ToolFltkMenu.C. References ToolFltkMenu::set_toolrep, and ToolFltkMenu::update_replist. |
|
Definition at line 68 of file ToolFltkMenu.C. References ToolFltkMenu::set_offset. |
|
Definition at line 44 of file ToolFltkMenu.C. References ToolFltkMenu::choose_tracker, and NULL. |
|
Definition at line 72 of file ToolFltkMenu.C. References ToolFltkMenu::set_positionscale. |
|
Definition at line 36 of file ToolFltkMenu.C. References ToolFltkMenu::select_tool. |
|
Definition at line 40 of file ToolFltkMenu.C. References ToolFltkMenu::select_tool_type. |
|
Definition at line 84 of file ToolFltkMenu.C. References ToolFltkMenu::set_toolrep. |
|
Initial value: { Command::TOOL_CREATE, Command::TOOL_DELETE, Command::TOOL_CHANGE, Command::TOOL_OFFSET, Command::TOOL_ADD_DEVICE, Command::TOOL_DELETE_DEVICE } Definition at line 491 of file ToolFltkMenu.C. Referenced by ToolFltkMenu::act_on_command, and ToolFltkMenu::ToolFltkMenu. |
|
Initial value: { Command::MOL_NEW, Command::MOL_DEL, Command::MOL_RENAME, Command::MOL_MODREP, Command::MOL_DELREP, Command::TOOL_REP } Definition at line 496 of file ToolFltkMenu.C. Referenced by ToolFltkMenu::act_on_command, and ToolFltkMenu::ToolFltkMenu. |