50 #ifndef IAPPLICATIONPLAYER_H_
51 #define IAPPLICATIONPLAYER_H_
63 static const string EC_OPEN_BASE =
"0x00";
64 static const string EC_ACTIVATE_BASE =
"0x01";
65 static const string EC_DEACTIVATE_BASE =
"0x02";
66 static const string EC_SAVE_BASE =
"0x03";
67 static const string EC_CLOSE_BASE =
"0x04";
70 static const string EC_ADD_DOCUMENT =
"0x05";
71 static const string EC_REMOVE_DOCUMENT =
"0x06";
72 static const string EC_START_DOCUMENT =
"0x07";
73 static const string EC_STOP_DOCUMENT =
"0x08";
74 static const string EC_PAUSE_DOCUMENT =
"0x09";
75 static const string EC_RESUME_DOCUMENT =
"0x0A";
78 static const string EC_ADD_REGION =
"0x0B";
79 static const string EC_REMOVE_REGION =
"0x0C";
80 static const string EC_ADD_REGION_BASE =
"0x0D";
81 static const string EC_REMOVE_REGION_BASE =
"0x0E";
84 static const string EC_ADD_RULE =
"0x0F";
85 static const string EC_REMOVE_RULE =
"0x10";
86 static const string EC_ADD_RULE_BASE =
"0x11";
87 static const string EC_REMOVE_RULE_BASE =
"0x12";
90 static const string EC_ADD_CONNECTOR =
"0x13";
91 static const string EC_REMOVE_CONNECTOR =
"0x14";
92 static const string EC_ADD_CONNECTOR_BASE =
"0x15";
93 static const string EC_REMOVE_CONNECTOR_BASE =
"0x16";
96 static const string EC_ADD_DESCRIPTOR =
"0x17";
97 static const string EC_REMOVE_DESCRIPTOR =
"0x18";
98 static const string EC_ADD_DESCRIPTOR_SWITCH =
"0x19";
99 static const string EC_REMOVE_DESCRIPTOR_SWITCH =
"0x1A";
100 static const string EC_ADD_DESCRIPTOR_BASE =
"0x1B";
101 static const string EC_REMOVE_DESCRIPTOR_BASE =
"0x1C";
104 static const string EC_ADD_TRANSITION =
"0x1D";
105 static const string EC_REMOVE_TRANSITION =
"0x1E";
106 static const string EC_ADD_TRANSITION_BASE =
"0x1F";
107 static const string EC_REMOVE_TRANSITION_BASE =
"0x20";
110 static const string EC_ADD_IMPORT_BASE =
"0x21";
111 static const string EC_REMOVE_IMPORT_BASE =
"0x22";
112 static const string EC_ADD_IMPORTED_DOCUMENT_BASE =
"0x23";
113 static const string EC_REMOVE_IMPORTED_DOCUMENT_BASE =
"0x24";
114 static const string EC_ADD_IMPORT_NCL =
"0x25";
115 static const string EC_REMOVE_IMPORT_NCL =
"0x26";
118 static const string EC_ADD_NODE =
"0x27";
119 static const string EC_REMOVE_NODE =
"0x28";
122 static const string EC_ADD_INTERFACE =
"0x29";
123 static const string EC_REMOVE_INTERFACE =
"0x2A";
126 static const string EC_ADD_LINK =
"0x2B";
127 static const string EC_REMOVE_LINK =
"0x2C";
129 static const string EC_SET_PROPERTY_VALUE =
"0x2D";