OSDN Git Service

replace tray implementation.
[bbk/bchanl.git] / src / bchanl_panels.h
1 /*
2  * bchanl_panels.h
3  *
4  * Copyright (c) 2012 project bchan
5  *
6  * This software is provided 'as-is', without any express or implied
7  * warranty. In no event will the authors be held liable for any damages
8  * arising from the use of this software.
9  *
10  * Permission is granted to anyone to use this software for any purpose,
11  * including commercial applications, and to alter it and redistribute it
12  * freely, subject to the following restrictions:
13  *
14  * 1. The origin of this software must not be misrepresented; you must not
15  *    claim that you wrote the original software. If you use this software
16  *    in a product, an acknowledgment in the product documentation would be
17  *    appreciated but is not required.
18  *
19  * 2. Altered source versions must be plainly marked as such, and must not be
20  *    misrepresented as being the original software.
21  *
22  * 3. This notice may not be removed or altered from any source
23  *    distribution.
24  *
25  */
26
27 /* This file is automatically generated. */
28
29 #include    <basic.h>
30 #include        <btron/dp.h>
31 #include        <btron/hmi.h>
32
33 #ifndef __BCHANL_PANELS_H__
34 #define __BCHANL_PANELS_H__
35
36 enum BCHAN_PANELS_SAVECONFIRM_RESULT_ {
37         BCHAN_PANELS_SAVECONFIRM_RESULT_CANCEL,
38         BCHAN_PANELS_SAVECONFIRM_RESULT_OK_NOSAVE,
39         BCHAN_PANELS_SAVECONFIRM_RESULT_OK_SAVE,
40 };
41 typedef enum BCHAN_PANELS_SAVECONFIRM_RESULT_ BCHAN_PANELS_SAVECONFIRM_RESULT;
42
43 IMPORT BCHAN_PANELS_SAVECONFIRM_RESULT bchan_panels_saveconfirm();
44
45 enum BCHAN_PANELS_URLERROR_SCHEME_RESULT_ {
46         BCHAN_PANELS_URLERROR_SCHEME_RESULT_OK,
47 };
48 typedef enum BCHAN_PANELS_URLERROR_SCHEME_RESULT_ BCHAN_PANELS_URLERROR_SCHEME_RESULT;
49
50 IMPORT BCHAN_PANELS_URLERROR_SCHEME_RESULT bchan_panels_urlerror_scheme();
51
52 enum BCHAN_PANELS_URLERROR_HOST_RESULT_ {
53         BCHAN_PANELS_URLERROR_HOST_RESULT_OK,
54 };
55 typedef enum BCHAN_PANELS_URLERROR_HOST_RESULT_ BCHAN_PANELS_URLERROR_HOST_RESULT;
56
57 IMPORT BCHAN_PANELS_URLERROR_HOST_RESULT bchan_panels_urlerror_host();
58
59 enum BCHAN_PANELS_URLERROR_PATH_RESULT_ {
60         BCHAN_PANELS_URLERROR_PATH_RESULT_OK,
61 };
62 typedef enum BCHAN_PANELS_URLERROR_PATH_RESULT_ BCHAN_PANELS_URLERROR_PATH_RESULT;
63
64 IMPORT BCHAN_PANELS_URLERROR_PATH_RESULT bchan_panels_urlerror_path();
65
66 #endif