X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGPortController.h;fp=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGPortController.h;h=224320030f3a6536525bfb77ed8b6370bc524f97;hb=511369e67cf26244fc8768a727a03f42ff42865f;hp=a1b297637fe74952df7cb1f4797fd2440e5cd994;hpb=d108e756e1f5444e19b63ec457033b7518ba060e;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.h index a1b2976..2243200 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GPortController.h @@ -80,36 +80,22 @@ Version: $Revision$ //Includes std #include - namespace bbtk { - class GPortController : public GObjectController { - public: - //Constructors GPortController(); ~GPortController(); - //Public methods - virtual bool OnLeftButtonDown(); virtual bool OnLeftButtonUp(); - private: - //Attributes - - //Private Methods - protected: - }; - - } // namespace bbtk #endif