Ardour
9.0-pre0-427-gd2a3450e2f
paths_dialog.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2014 Paul Davis <paul@linuxaudiosystems.com>
3
* Copyright (C) 2017 Robin Gareus <robin@gareus.org>
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation; either version 2 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License along
16
* with this program; if not, write to the Free Software Foundation, Inc.,
17
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
*/
19
#ifndef _WIDGETS_PATHS_DIALOG_H_
20
#define _WIDGETS_PATHS_DIALOG_H_
21
22
#include <string>
23
#include <vector>
24
25
#include <
gtkmm/button.h
>
26
#include <
gtkmm/dialog.h
>
27
#include <
gtkmm/listviewtext.h
>
28
29
#include "
widgets/visibility.h
"
30
31
namespace
ArdourWidgets
{
32
33
class
LIBWIDGETS_API
PathsDialog
:
public
Gtk::Dialog
34
{
35
public
:
36
PathsDialog
(
Gtk::Window
& parent, std::string, std::string current_paths =
""
, std::string default_paths =
""
);
37
~PathsDialog
();
38
39
std::string
get_serialized_paths
();
40
41
private
:
42
void
on_show
();
43
44
Gtk::ListViewText
paths_list_view
;
45
46
Gtk::Button
add_path_button
;
47
Gtk::Button
remove_path_button
;
48
Gtk::Button
set_default_button
;
49
50
void
selection_changed
();
51
void
add_path
();
52
void
remove_path
();
53
void
set_default
();
54
55
std::string
_default_paths
;
56
};
57
58
}
/* namespace */
59
60
#endif
ArdourWidgets::PathsDialog
Definition:
paths_dialog.h:34
ArdourWidgets::PathsDialog::selection_changed
void selection_changed()
ArdourWidgets::PathsDialog::add_path_button
Gtk::Button add_path_button
Definition:
paths_dialog.h:46
ArdourWidgets::PathsDialog::PathsDialog
PathsDialog(Gtk::Window &parent, std::string, std::string current_paths="", std::string default_paths="")
ArdourWidgets::PathsDialog::set_default_button
Gtk::Button set_default_button
Definition:
paths_dialog.h:48
ArdourWidgets::PathsDialog::set_default
void set_default()
ArdourWidgets::PathsDialog::~PathsDialog
~PathsDialog()
ArdourWidgets::PathsDialog::get_serialized_paths
std::string get_serialized_paths()
ArdourWidgets::PathsDialog::on_show
void on_show()
This is a default handler for the signal signal_show().
ArdourWidgets::PathsDialog::remove_path
void remove_path()
ArdourWidgets::PathsDialog::add_path
void add_path()
ArdourWidgets::PathsDialog::paths_list_view
Gtk::ListViewText paths_list_view
Definition:
paths_dialog.h:44
ArdourWidgets::PathsDialog::remove_path_button
Gtk::Button remove_path_button
Definition:
paths_dialog.h:47
ArdourWidgets::PathsDialog::_default_paths
std::string _default_paths
Definition:
paths_dialog.h:55
Gtk::Button
Definition:
tk/ytkmm/ytkmm/gtkmm/button.h:60
Gtk::Dialog
Definition:
dialog.h:126
Gtk::ListViewText
Definition:
listviewtext.h:40
Gtk::Window
Definition:
ytkmm/ytkmm/gtkmm/window.h:159
dialog.h
listviewtext.h
ArdourWidgets
Definition:
ardour_ui.h:192
button.h
visibility.h
LIBWIDGETS_API
#define LIBWIDGETS_API
Definition:
widgets/widgets/visibility.h:39
libs
widgets
widgets
paths_dialog.h
Generated on Mon Nov 11 2024 08:49:04 for Ardour by
1.9.1