From ce745785ee40bb22aaa105314a83000f057a38a1 Mon Sep 17 00:00:00 2001 From: asv Date: Wed, 26 Jan 2005 13:28:00 +0000 Subject: [PATCH] method getViewType() added that returns CANVAS, CONTROL or CANVASTABLE constant corresponding to the current view. --- src/SUPERVGUI/SUPERVGUI_Main.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2