DI-Guy SDK Documentation  13.2
diguy_author_ui.h
Go to the documentation of this file.
1 
2 #ifndef __diguy_author_ui_H
3 #define __diguy_author_ui_H
4 
5 /*********************************************************************
6  ** Copyright (c) 1992-2016 VT MAK
7  ** All rights reserved.
8  *********************************************************************/
9 
10 #include <declspec_diguy.h>
11 
12 extern "C" {
13 
14 /****************************************************************************/
15 BDI_DECLSPEC_diguy
16 int diguy_author_ui_initialize(void* qapp = NULL);
17 
18 
19 /****************************************************************************/
20 BDI_DECLSPEC_diguy
22 
23 
24 /****************************************************************************/
25 /*
26  * Shouldn't normally be necessary.
27  */
28 BDI_DECLSPEC_diguy
30 
31 
32 } /* end extern "C" */
33 
34 #endif /* __diguy_author_ui_H */
35 
36 
37 /*********************************************************************
38  ** Copyright (c) 1992-2016 VT MAK
39  ** All rights reserved.
40  *********************************************************************/
41 
int diguy_author_ui_process_ui_events()
int diguy_author_ui_initialize(void *qapp=NULL)
int diguy_author_ui_deinitialize()