![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 2008 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: entityEditorEventSignaller.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 *********************************************************************/ 00008 00011 00012 #ifndef DTENTITYEDITOREVENTSIGNALLER_H_ 00013 #define DTENTITYEDITOREVENTSIGNALLER_H_ 00014 00015 #include "tmqt/eventSignaller.h" 00016 00017 static const char* DtBehaviorWidgetEvent = "DtBehaviorWidgetEvent"; 00018 00019 static const char* DtPreControlsCreate = "DtPreControlsCreate"; 00020 static const char* DtPostControlsCreate = "DtPostControlsCreate"; 00021 static const char* DtUiElementModified = "DtUiElementModified"; 00022 static const char* DtPreCreateBehaviorUi = "DtPreCreateBehaviorUi"; 00023 static const char* DtPostCreateBehaviorUi = "DtPostCreateBehaviorUi"; 00024 00025 #endif