CASP Python Libraries
This documentation primarily focuses on the usage of functions from 'casp', 'casp_be', 'casp_gpio' and 'casp_udio' namespaces.
Loading...
Searching...
No Matches
casp_wtypes Namespace Reference

This module defines list of simulation panel window types available in CASP. More...

Variables

int CONTROL_METER = 1
int PLOT_DISPLAY = 2
int TABLE_DISPLAY = 3
int XY_DISPLAY = 4
int XYZ_DISPLAY = 5
int IMAGE_DISPLAY = 6
int TEXT_CONTROL_DISPLAY = 7
int _2D_SCENE_DISPLAY = 8
int _3D_SCENE_DISPLAY = 9

Detailed Description

This module defines list of simulation panel window types available in CASP.

These variables are used as an argument to function casp.SimPanelWindowAdd(). This module is updated when user installs CASP Python Libraries from CASP main window interface.

Variable Documentation

◆ CONTROL_METER

int casp_wtypes.CONTROL_METER = 1

Definition at line 5 of file casp_wtypes.py.

◆ PLOT_DISPLAY

int casp_wtypes.PLOT_DISPLAY = 2

Definition at line 6 of file casp_wtypes.py.

◆ TABLE_DISPLAY

int casp_wtypes.TABLE_DISPLAY = 3

Definition at line 7 of file casp_wtypes.py.

◆ XY_DISPLAY

int casp_wtypes.XY_DISPLAY = 4

Definition at line 8 of file casp_wtypes.py.

◆ XYZ_DISPLAY

int casp_wtypes.XYZ_DISPLAY = 5

Definition at line 9 of file casp_wtypes.py.

◆ IMAGE_DISPLAY

int casp_wtypes.IMAGE_DISPLAY = 6

Definition at line 10 of file casp_wtypes.py.

◆ TEXT_CONTROL_DISPLAY

int casp_wtypes.TEXT_CONTROL_DISPLAY = 7

Definition at line 11 of file casp_wtypes.py.

◆ _2D_SCENE_DISPLAY

int casp_wtypes._2D_SCENE_DISPLAY = 8
protected

Definition at line 12 of file casp_wtypes.py.

◆ _3D_SCENE_DISPLAY

int casp_wtypes._3D_SCENE_DISPLAY = 9
protected

Definition at line 13 of file casp_wtypes.py.