libasterix API Reference Manual
1.9.0
src
libasterix
html.h
Go to the documentation of this file.
1
/*
2
* libasterix
3
* Copyright [2013-2021] SinoATC <http://www.sinoatc.com>.
4
* All Rights Reserved.
5
*
6
* NOTICE: All information contained herein is, and remains
7
* the property of SinoATC and its suppliers, if any.
8
* The intellectual and technical concepts contained herein
9
* are proprietary to Aerosys Corporation and its suppliers and may be
10
* covered by U.S. and Foreign Patents, patents in process,
11
* and are protected by trade secret or copyright law.
12
* Dissemination of this information or reproduction of this material
13
* is strictly forbidden unless prior written permission is obtained
14
* from SinoATC.
15
*/
16
22
#ifndef LIBASTERIX_HTML_H
23
#define LIBASTERIX_HTML_H
24
25
#include "
platform.h
"
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
31
//HTML flabor
32
typedef
enum
_ast_html_flavor_t
33
{
34
AST_HTML_FLAVOR_DEFAULT
= 0,
35
AST_HTML_FLAVOR_QT
,
36
}
ast_html_flavor_t
;
37
38
AST_API
void
ast_html_set_flavor
(
const
ast_html_flavor_t
flavor);
39
40
#ifdef __cplusplus
41
}
42
#endif // extern "C"
43
44
#endif //LIBASTERIX_HTML_H
45
46
// vim:set ft=c.doxygen sw=2 sts=2 fenc=utf8:
AST_HTML_FLAVOR_QT
Definition:
html.h:35
AST_API
#define AST_API
Definition:
platform.h:63
ast_html_flavor_t
ast_html_flavor_t
Definition:
html.h:32
platform.h
This file includes platform specific definitions.
ast_html_set_flavor
void ast_html_set_flavor(const ast_html_flavor_t flavor)
AST_HTML_FLAVOR_DEFAULT
Definition:
html.h:34
Copyright 2008-2021
SinoATC