#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <tcl.h>
#include "JString.h"
#include "config.h"
#include "UIObject.h"
#include "CommandQueue.h"
#include "Displayable.h"
#include "DispCmds.h"
#include "Matrix4.h"
#include "MoleculeList.h"
#include "Command.h"
#include "P_Tracker.h"
#include "P_Buttons.h"
#include "P_Feedback.h"
#include "P_Tool.h"
#include "P_CmdTool.h"
#include "VMDApp.h"
Go to the source code of this file.
Functions | |
int | text_cmd_tool (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
|
Definition at line 42 of file cmd_tool.C. References VMDApp::commandQueue, Tool::getdevices, Tool::getoffset, Tool::getscale, Matrix4::mat, NULL, Tool::orientation, Tool::position, CommandQueue::runcommand, strupncmp, VMDApp::tool_change_type, VMDApp::tool_create, VMDApp::tool_set_force_scale, VMDApp::tool_set_position_scale, VMDApp::tool_set_spring_scale, and Tool::type_name. |