summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.hh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-18 01:01:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-18 01:01:12 +0000
commit72f6cf7ca0d0baaef7fb0171e0d14cce50d1ef04 (patch)
treebda398675084093336e092e4a081820c0e98f700 /src/MainWindow.hh
parent878fea16a2d7a319e59a0d7b4d470b0e3b1e42fb (diff)
add support for statwindow
git-svn-id: file:///home/lennart/svn/public/paman/trunk@15 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'src/MainWindow.hh')
-rw-r--r--src/MainWindow.hh13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/MainWindow.hh b/src/MainWindow.hh
index d843acf..75c18f2 100644
--- a/src/MainWindow.hh
+++ b/src/MainWindow.hh
@@ -20,17 +20,24 @@ public:
*serverVersionLabel,
*defaultSampleTypeLabel,
*userNameLabel,
- *hostNameLabel;
+ *hostNameLabel,
+ *linkLibraryVersionLabel,
+ *compiledLibraryVersionLabel,
+ *titleLabel;
Gtk::Button *deviceOpenButton,
*clientOpenButton,
*moduleOpenButton,
- *connectButton;
+ *connectButton,
+ *disconnectButton,
+ *statButton;
Gtk::TreeView *deviceTreeView,
*clientTreeView,
*moduleTreeView;
+ Gtk::EventBox *titleEventBox;
+
protected:
class DeviceTreeModelColumns : public Gtk::TreeModel::ColumnRecord {
@@ -112,6 +119,8 @@ public:
virtual void onClientOpenButton();
virtual void onModuleOpenButton();
virtual void onConnectButton();
+ virtual void onDisconnectButton();
+ virtual void onStatButton();
virtual void showDeviceWindow(const Gtk::TreePath &p);
virtual void showClientWindow(const Gtk::TreePath &p);