Nemiver
0.3
src
persp
dbgperspective
nmv-saved-sessions-dialog.h
Go to the documentation of this file.
1
//Author: Jonathon Jongsma
2
/*
3
*This file is part of the Nemiver project
4
*
5
*Nemiver is free software; you can redistribute
6
*it and/or modify it under the terms of
7
*the GNU General Public License as published by the
8
*Free Software Foundation; either version 2,
9
*or (at your option) any later version.
10
*
11
*Nemiver is distributed in the hope that it will
12
*be useful, but WITHOUT ANY WARRANTY;
13
*without even the implied warranty of
14
*MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15
*See the GNU General Public License for more details.
16
*
17
*You should have received a copy of the
18
*GNU General Public License along with Nemiver;
19
*see the file COPYING.
20
*If not, write to the Free Software Foundation,
21
*Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22
*
23
*See COPYRIGHT file copyright information.
24
*/
25
#ifndef __NMV_SAVED_SESSIONS_DIALOG_H__
26
#define __NMV_SAVED_SESSIONS_DIALOG_H__
27
28
#include <gtkmm/treeview.h>
29
#include <gtkmm/liststore.h>
30
#include "
common/nmv-safe-ptr-utils.h
"
31
#include "
nmv-sess-mgr.h
"
32
#include "
nmv-dialog.h
"
33
34
NEMIVER_BEGIN_NAMESPACE (
nemiver
)
35
36
namespace
common
{
37
class
UString
;
38
}
39
40
using
nemiver::common::UString
;
41
using
nemiver::common::SafePtr
;
42
43
class
SavedSessionsDialog
:
public
Dialog
{
44
class
Priv;
45
friend
class
Priv;
46
SafePtr<SavedSessionsDialog::Priv>
m_priv;
47
48
public
:
49
SavedSessionsDialog
(Gtk::Window &a_parent,
50
const
UString
&a_root_path,
51
ISessMgr
*a_sesssion_manager);
52
virtual
~
SavedSessionsDialog
();
53
54
ISessMgr::Session
session ()
const
;
55
void
session (
const
ISessMgr::Session
&a_session)
const
;
56
57
};
//end class nemiver
58
59
NEMIVER_END_NAMESPACE (
nemiver
)
60
61
#endif //__NMV_SAVED_SESSIONS_DIALOG_H__
62
nmv-safe-ptr-utils.h
nemiver::ISessMgr
Definition:
nmv-sess-mgr.h:49
nemiver
Definition:
nmv-address.h:31
nmv-sess-mgr.h
nemiver::common::UString
Definition:
nmv-ustring.h:45
nemiver::SavedSessionsDialog
Definition:
nmv-saved-sessions-dialog.h:43
nemiver::ISessMgr::Session
Definition:
nmv-sess-mgr.h:163
nemiver::Dialog
Definition:
nmv-dialog.h:50
nemiver::common::SafePtr
Definition:
nmv-safe-ptr.h:71
nmv-dialog.h
common
Definition:
nmv-proc-list-dialog.h:32
Generated by
1.8.17