From: asv Date: Wed, 26 Jan 2005 13:28:00 +0000 (+0000) Subject: method getViewType() added that returns CANVAS, CONTROL or CANVASTABLE constant corre... X-Git-Tag: V2_2_0b2~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ce745785ee40bb22aaa105314a83000f057a38a1;p=modules%2Fsuperv.git method getViewType() added that returns CANVAS, CONTROL or CANVASTABLE constant corresponding to the current view. --- diff --git a/src/SUPERVGUI/SUPERVGUI_Main.h b/src/SUPERVGUI/SUPERVGUI_Main.h index 4009f82..134bbb5 100644 --- a/src/SUPERVGUI/SUPERVGUI_Main.h +++ b/src/SUPERVGUI/SUPERVGUI_Main.h @@ -133,6 +133,8 @@ class SUPERVGUI_Main: public SUPERVGraph_View { void removeArrayChild(SUPERV::CNode_ptr theNode); + GraphViewType getViewType() { return myCurrentView; } + signals: void KillMyThread(bool theValue);