VR-Vantage 2.7 API Documentation
Home
Modules
Namespaces
Classes
Files
Libraries
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
sensorFx
include
ciEvent.h
Go to the documentation of this file.
1
#if !defined _ciEvents_
2
#define _ciEvents_
3
4
5
const
wxEventType
ciUPDATE_ENTITY_ITEM
= wxEVT_USER_FIRST + 1;
6
const
wxEventType
ciUPDATE_TERRAIN_ITEM
= wxEVT_USER_FIRST + 2;
7
const
wxEventType
ciUPDATE_SENSOR_ITEM
= wxEVT_USER_FIRST + 3;
8
const
wxEventType
ciUPDATE_ENVIRONMENT_ITEM
= wxEVT_USER_FIRST + 4;
9
const
wxEventType
ciUPDATE_SCENARIO_ITEM
= wxEVT_USER_FIRST + 5;
10
const
wxEventType
ciUPDATE_DETECTOR_ITEM
= wxEVT_USER_FIRST + 6;
11
const
wxEventType
ciUPDATE_OPTICS_ITEM
= wxEVT_USER_FIRST + 7;
12
const
wxEventType
ciUPDATE_ELECTRONICS_ITEM
= wxEVT_USER_FIRST + 8;
13
const
wxEventType
ciUPDATE_TRACK_ITEM
= wxEVT_USER_FIRST + 9;
14
const
wxEventType
ciUPDATE_TREE_CONTROL_ITEM_TEXT
= wxEVT_USER_FIRST + 10;
15
const
wxEventType
ciUPDATE_MOVIE_PLAYER_ITEM
= wxEVT_USER_FIRST + 1000;
16
const
wxEventType
ciUPDATE_MOVIE_PLAYER_TIMER
= wxEVT_USER_FIRST + 1001;
17
const
wxEventType
ciUPDATE_NVTHERM_STATE_ITEM
= wxEVT_USER_FIRST + 1002;
18
const
wxEventType
ciUPDATE_SCENARIO_CTRL_ITEM
= wxEVT_USER_FIRST + 1003;
19
const
wxEventType
ciUPDATE_TIME_OF_DAY_ITEM
= wxEVT_USER_FIRST + 1004;
20
const
wxEventType
ciUPDATE_HS_VIEWER_OFFSET_ITEM
= wxEVT_USER_FIRST + 1005;
21
const
wxEventType
ciUPDATE_SENSOR_CTRL_ITEM
= wxEVT_USER_FIRST + 1006;
22
const
wxEventType
ciUPDATE_SENSOR_VIEW
= wxEVT_USER_FIRST + 1007;
23
const
wxEventType
ciUPDATE_SCENARIO_USR_TRACK_ITEM
= wxEVT_USER_FIRST + 1008;
24
const
wxEventType
ciUPDATE_SENSOR_VELOCITY_ITEM
= wxEVT_USER_FIRST + 1009;
25
const
wxEventType
ciUPDATE_CLIENT_CTRL_ITEM
= wxEVT_USER_FIRST + 1010;
26
const
wxEventType
ciUPDATE_NETWORK_CTRL_ITEM
= wxEVT_USER_FIRST + 1011;
27
const
wxEventType
ciUPDATE_SENSOR_ADD
= wxEVT_USER_FIRST + 1012;
28
const
wxEventType
ciUPDATE_SENSOR_REMOVE
= wxEVT_USER_FIRST + 1013;
29
const
wxEventType
ciUPDATE_SENSOR_COMBOS
= wxEVT_USER_FIRST + 1014;
30
const
wxEventType
ciUPDATE_SENSOR_PASTE
= wxEVT_USER_FIRST + 1015;
31
const
wxEventType
ciUPDATE_SENSOR_COPY
= wxEVT_USER_FIRST + 1016;
32
const
wxEventType
ciUPDATE_SENSOR_LISTBOX_DCLICK
= wxEVT_USER_FIRST + 1017;
33
const
wxEventType
ciUPDATE_SENSOR_GAIN
= wxEVT_USER_FIRST + 1018;
34
const
wxEventType
ciUPDATE_ENTITY_ADD
= wxEVT_USER_FIRST + 1019;
35
const
wxEventType
ciUPDATE_ENTITY_REMOVE
= wxEVT_USER_FIRST + 1020;
36
const
wxEventType
ciUPDATE_ENTITY_PASTE
= wxEVT_USER_FIRST + 1021;
37
const
wxEventType
ciUPDATE_ENTITY_COPY
= wxEVT_USER_FIRST + 1022;
38
const
wxEventType
ciUPDATE_ENTITY_LISTBOX_DCLICK
= wxEVT_USER_FIRST + 1023;
39
const
wxEventType
ciUPDATE_SENSOR_EFFECTS_ITEM
= wxEVT_USER_FIRST + 1024;
40
const
wxEventType
ciUPDATE_MOVIE_MERGE_ITEM
= wxEVT_USER_FIRST + 1025;
41
const
wxEventType
ciUPDATE_MOVIE_MERGE_LOAD_ITEM
= wxEVT_USER_FIRST + 1026;
42
43
const
wxEventType
ciLAST_EVENT
=
ciUPDATE_MOVIE_MERGE_LOAD_ITEM
;
44
45
46
47
#endif // _ciEvents_
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)