libxputty 0.1
Loading...
Searching...
No Matches
xwidgets.h
Go to the documentation of this file.
1/*
2 * 0BSD
3 *
4 * BSD Zero Clause License
5 *
6 * Copyright (c) 2019 Hermann Meyer
7 *
8 * Permission to use, copy, modify, and/or distribute this software for any
9 * purpose with or without fee is hereby granted.
10
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13 * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17 * PERFORMANCE OF THIS SOFTWARE.
18 *
19 */
20
21#pragma once
22
23#ifndef XWIDGETS_H_
24#define XWIDGETS_H_
25
26
39// widget header
40#include "xbutton.h"
41#include "xslider.h"
42#include "xknob.h"
43#include "xmenu.h"
44#include "xcombobox.h"
45#include "xtooltip.h"
46#include "xmeter.h"
47#include "xlabel.h"
48#include "xframe.h"
49#include "xlistbox.h"
50#include "xlistview.h"
51#include "xmultilistview.h"
52#include "xplayhead.h"
53#include "xtuner.h"
54#include "xvaluedisplay.h"
55#include "xwaveview.h"
56#include "xtabbox.h"
57#include "xdrawing_area.h"
58#include "xkeyboard.h"
59
60
61#endif //XWIDGETS_H_