summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.hh
diff options
context:
space:
mode:
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);