application/demo_states.h

Mon, 15 Jun 2026 21:13:05 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 15 Jun 2026 21:13:05 +0200
changeset 1201
fd7dc0716ab6
permissions
-rw-r--r--

change ui_active_states to return also active states from sub-documents

1201
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
1 /*
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
3 *
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
4 * Copyright 2026 Olaf Wintermann. All rights reserved.
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
5 *
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
6 * Redistribution and use in source and binary forms, with or without
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
7 * modification, are permitted provided that the following conditions are met:
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
8 *
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
9 * 1. Redistributions of source code must retain the above copyright
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
10 * notice, this list of conditions and the following disclaimer.
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
11 *
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
12 * 2. Redistributions in binary form must reproduce the above copyright
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
13 * notice, this list of conditions and the following disclaimer in the
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
14 * documentation and/or other materials provided with the distribution.
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
15 *
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
20 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
26 * POSSIBILITY OF SUCH DAMAGE.
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
27 */
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
28
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
29 #ifndef DEMO_STATES_H
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
30 #define DEMO_STATES_H
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
31
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
32 #include <ui/ui.h>
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
33
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
34 #ifdef __cplusplus
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
35 extern "C" {
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
36 #endif
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
37
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
38
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
39
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
40
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
41 #ifdef __cplusplus
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
42 }
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
43 #endif
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
44
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
45 #endif /* DEMO_STATES_H */
fd7dc0716ab6 change ui_active_states to return also active states from sub-documents
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
46

mercurial