GlobeEngine
ConfigEvent.h
Go to the documentation of this file.
1 #ifndef EQ_SOLAR_CONFIGEVENT_H
2 #define EQ_SOLAR_CONFIGEVENT_H
3 
4 #include <eq/eq.h>
5 
6 namespace eqSolar{
7 
9 {
10  SELECTED_HAS_CHANGED = eq::Event::USER,
13 };
14 
15 }
16 #endif // EQ_SOLAR_CONFIGEVENT_H
Definition: ConfigEvent.h:10
Definition: ConfigEvent.h:12
Definition: Channel.h:9
Definition: ConfigEvent.h:11
ConfigEventType
Definition: ConfigEvent.h:8