]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxGimmick.h
*** empty log message ***
[creaImageIO.git] / src / creaImageIOWxGimmick.h
index cd0b919df357426a8e83276268d018096f4e340d..aceaa5e5cb4b4e13fef081119c8a7676e9ad8d6e 100644 (file)
@@ -105,6 +105,8 @@ namespace creaImageIO
     void LoadChildren( wxTreeItemId& id );
     friend class WxGimmickEvent;
 
+    void ShowHelp();
+
   private:
 
     WxGimmick() { }
@@ -132,8 +134,16 @@ namespace creaImageIO
     const std::string& GetDatabaseExtension() { return mDatabaseExtension; }
     void SetDatabaseExtension(const std::string& ext) 
     { mDatabaseExtension = ext; }
+
+
+    /// Settings
     Settings mSettings;
 
+
+    // Help 
+    WxGimmickHelpWindow* mHelpWindow;
+    bool mJustStarted;
+
     int  mFirstDicomDatabaseIconIndex;
     // Id of the item which activated the popup menu 
     wxTreeItemId mItemOfMenu;