// Catalyst Menu
if (!catalystMenu) {
catalystMenu = new QMenu(0);
-#if PARAVIEW_VERSION_MAJOR==5 && PARAVIEW_VERSION_MINOR>=6
+#if PARAVIEW_VERSION_MAJOR==5 && PARAVIEW_VERSION_MINOR<9
pqParaViewMenuBuilders::buildCatalystMenu(*catalystMenu, myDesktop);
#else
pqParaViewMenuBuilders::buildCatalystMenu(*catalystMenu);
%ConvertToSubClassCode
if ( qobject_cast<QtxAction*>( sipCpp ) )
- sipClass = sipClass_QtxAction;
+ sipType = sipType_QtxAction;
else
- sipClass = NULL;
+ sipType = NULL;
%End
public:
%ConvertToSubClassCode
if ( qobject_cast<QtxActionSet*>( sipCpp ) )
- sipClass = sipClass_QtxActionSet;
+ sipType = sipType_QtxActionSet;
else
- sipClass = NULL;
+ sipType = NULL;
%End
public:
%ConvertToSubClassCode
if ( qobject_cast<QtxActionGroup*>( sipCpp ) )
- sipClass = sipClass_QtxActionGroup;
+ sipType = sipType_QtxActionGroup;
else
- sipClass = NULL;
+ sipType = NULL;
%End
public:
%ConvertToSubClassCode
if ( qobject_cast<QtxTreeView*>( sipCpp ) )
- sipClass = sipClass_QtxTreeView;
+ sipType = sipType_QtxTreeView;
else
- sipClass = NULL;
+ sipType = NULL;
%End
public:
%ConvertToSubClassCode
if ( qobject_cast<UserDefinedContent*>( sipCpp ) )
- sipClass = sipClass_UserDefinedContent;
+ sipType = sipType_UserDefinedContent;
else
- sipClass = NULL;
+ sipType = NULL;
%End
public: