3 * CINELERRA unflat theme
4 * Based on S.U.V. theme
5 * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
6 * by Paolo Rampino <info at tuttoainternet dot it>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 #ifndef DEFAULTunflattheme_H
25 #define DEFAULTunflattheme_H
28 #include "plugintclient.h"
29 #include "preferencesthread.inc"
30 #include "statusbar.inc"
32 #include "timebar.inc"
34 class UNFLATTHEME : public Theme
41 void draw_mwindow_bg(MWindowGUI *gui);
43 void draw_rwindow_bg(RecordGUI *gui);
44 void draw_rmonitor_bg(RecordMonitorGUI *gui);
45 void draw_cwindow_bg(CWindowGUI *gui);
46 void draw_vwindow_bg(VWindowGUI *gui);
47 void draw_preferences_bg(PreferencesWindow *gui);
50 void draw_new_bg(NewWindow *gui);
51 void draw_setformat_bg(SetFormatWindow *gui);
56 void build_overlays();
66 class UNFLATTHEMEMain : public PluginTClient
69 UNFLATTHEMEMain(PluginServer *server);
72 const char* plugin_title();