Main Page
Related Pages
Modules
Classes
Files
File List
File Members
include
ui.hxx
1
#ifndef GUI_HXX
2
#define GUI_HXX 1
3
4
5
// =============================================================================
6
// Include headers
7
8
extern
"C"
9
{
10
#include "ui.h"
11
}
12
13
14
//! \addtogroup GUI
15
//! @{
16
17
18
// =============================================================================
19
// Constants
20
21
//! \brief Maximum length of filenames (without string termination)
22
//!
23
//! This value is limited by the FLTK filename length limit of 1023 bytes.
24
#define UI_MAX_FILENAME_LENGTH 1023
25
26
27
//! @}
28
29
30
// =============================================================================
31
// Prototypes
32
33
void
ui_init
(
int
argc,
char
**argv);
34
void
ui_exit
(
void
);
35
int
ui_exec
(
void
);
36
int
ui_get_locale_utf8
(
void
);
37
38
39
#endif // GUI_HXX
40
41
// EOF
ui_exec
int ui_exec(void)
Drive GUI.
Definition:
gui.cxx:12407
ui_get_locale_utf8
int ui_get_locale_utf8(void)
Check whether locale use UTF-8 encoding.
Definition:
gui.cxx:12584
ui_exit
void ui_exit(void)
Shutdown GUI.
Definition:
gui.cxx:12527
ui_init
void ui_init(int argc, char **argv)
Init GUI.
Definition:
gui.cxx:12139
Generated at 2024-04-27 using