#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <tcl.h>
#include "config.h"
#include "DisplayDevice.h"
#include "Axes.h"
#include "CommandQueue.h"
#include "MoleculeList.h"
#include "VMDApp.h"
#include "Stage.h"
#include "TclCommands.h"
#include "Scene.h"
#include "FPS.h"
Go to the source code of this file.
Defines | |
#define | TCL_RET(fmt, val) |
Functions | |
int | text_cmd_display (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | text_cmd_light (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | text_cmd_point_light (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | text_cmd_axes (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | text_cmd_stage (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
|
Value: sprintf(s, fmt, val); \ Tcl_AppendElement(interp, s); \ return TCL_OK Definition at line 54 of file cmd_display.C. Referenced by text_cmd_display. |
|
Definition at line 676 of file cmd_display.C. References VMDApp::axes, VMDApp::axes_set_location, Axes::loc_description, Axes::location, Axes::locations, NULL, and strupncmp. |
|
|
Definition at line 436 of file cmd_display.C. References DISP_LIGHTS, Scene::light_active, VMDApp::light_highlight, Scene::light_highlighted, VMDApp::light_move, VMDApp::light_on, Scene::light_pos, Scene::light_pos_default, VMDApp::light_rotate, n, NULL, num, VMDApp::scene, strupncmp, and tcl_get_vector. |
|
|
Definition at line 716 of file cmd_display.C. References Stage::loc_description, Stage::location, Stage::locations, NULL, num, Stage::panels, Stage::size, VMDApp::stage, VMDApp::stage_set_location, VMDApp::stage_set_numpanels, VMDApp::stage_set_size, and strupncmp. |