hydrogen
1.2.3
FilesystemInfoForm.h
Go to the documentation of this file.
1
/*
2
* Hydrogen
3
* Copyright(c) 2002-2008 by Alex >Comix< Cominu [comix@users.sourceforge.net]
4
* Copyright(c) 2008-2024 The hydrogen development team [hydrogen-devel@lists.sourceforge.net]
5
*
6
* http://www.hydrogen-music.org
7
*
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.
12
*
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.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with this program. If not, see https://www.gnu.org/licenses
20
*
21
*/
22
23
#ifndef FILESYSTEMINFOFORM_H
24
#define FILESYSTEMINFOFORM_H
25
26
#include <QWidget>
27
#include "
core/Object.h
"
28
29
namespace
Ui
{
30
class
FilesystemInfoForm
;
31
}
32
34
class
FilesystemInfoForm
:
public
QWidget,
public
H2Core::Object
<FilesystemInfoForm>
35
{
36
H2_OBJECT
(
FilesystemInfoForm
)
37
Q_OBJECT
38
39
public
:
40
explicit
FilesystemInfoForm
(QWidget *parent =
nullptr
);
41
~FilesystemInfoForm
();
42
43
private
:
44
Ui::FilesystemInfoForm *
ui
;
45
46
void
updateInfo
();
47
48
private
slots:
49
void
on_openTmpButton_clicked
();
50
void
on_openUsrButton_clicked
();
51
void
on_openSysButton_clicked
();
52
53
virtual
void
showEvent
( QShowEvent* )
override
;
54
};
55
56
#endif
// FILESYSTEMINFOFORM_H
Object.h
H2_OBJECT
#define H2_OBJECT(name)
Definition
Object.h:224
FilesystemInfoForm
Definition
FilesystemInfoForm.h:35
FilesystemInfoForm::~FilesystemInfoForm
~FilesystemInfoForm()
Definition
FilesystemInfoForm.cpp:60
FilesystemInfoForm::on_openUsrButton_clicked
void on_openUsrButton_clicked()
Definition
FilesystemInfoForm.cpp:106
FilesystemInfoForm::on_openTmpButton_clicked
void on_openTmpButton_clicked()
Definition
FilesystemInfoForm.cpp:100
FilesystemInfoForm::on_openSysButton_clicked
void on_openSysButton_clicked()
Definition
FilesystemInfoForm.cpp:112
FilesystemInfoForm::showEvent
virtual void showEvent(QShowEvent *) override
Definition
FilesystemInfoForm.cpp:65
FilesystemInfoForm::ui
Ui::FilesystemInfoForm * ui
Definition
FilesystemInfoForm.h:44
FilesystemInfoForm::FilesystemInfoForm
FilesystemInfoForm(QWidget *parent=nullptr)
Definition
FilesystemInfoForm.cpp:32
FilesystemInfoForm::updateInfo
void updateInfo()
Definition
FilesystemInfoForm.cpp:69
H2Core::Object
Definition
Object.h:178
Ui
Definition
FilesystemInfoForm.h:29
src
gui
src
FilesystemInfoForm.h
Generated by
1.10.0