Fix for compilation with sip 4.7.3
#endif
#include "sipAPISalomePyQtGUI.h"
+#include <sip.h>
+#if SIP_VERSION < 0x040700
#include "sipqtQWidget.h"
#include "sipqtQPopupMenu.h"
+#endif
#include <CORBA.h>
%Import qtmod.sip
+%ExportedHeaderCode
+#include <SalomePyQt.h>
+%End
+
class SALOME_Selection : QObject
{
%TypeHeaderCode
void currentSelectionChanged();
};
+//%ExportedHeaderCode
+
enum MenuName {
File = 1,
View = 2,
PT_User
};
+//%End
+
class QtxAction : QAction
{
%TypeHeaderCode
#include <QtxAction.h>
%End
-
private:
QtxAction(const QtxAction &);
};
static void message( const QString&, bool = true ) /ReleaseGIL/ ;
static void clearMessages() /ReleaseGIL/ ;
};
+