13#ifndef __qSlicerBaseQTCorePythonQtDecorators_h
14#define __qSlicerBaseQTCorePythonQtDecorators_h
24#include "qSlicerBaseQTCoreExport.h"
40 PythonQt::self()->registerClass(&qSlicerCoreApplication::staticMetaObject);
41 PythonQt::self()->registerClass(&qSlicerAbstractCoreModule::staticMetaObject);
42 PythonQt::self()->registerCPPClass(
"qSlicerUtils",
nullptr,
"qSlicerBaseQTCore");
66 app->sendEvent(_receiver, _event);
84 const QString& version)
90 const QString& hostname,
91 const QString& version)
bool static_qSlicerCoreApplication_testingEnabled()
qSlicerBaseQTBasePythonQtDecorators()
QString static_qSlicerUtils_replaceDocumentationUrlVersion(const QString &text, const QString &hostname, const QString &version)
void processEvents(qSlicerCoreApplication *app)
void sendEvent(qSlicerCoreApplication *app, QObject *_receiver, QEvent *_event)
QString static_qSlicerUtils_replaceWikiUrlVersion(const QString &text, const QString &version)
static bool testAttribute(qSlicerCoreApplication::ApplicationAttribute attribute)
static QString replaceDocumentationUrlVersion(const QString &text, const QString &hostname, const QString &version)
Return an updated text where Slicer documentation URL version is replaced with the provided one.
static QString replaceWikiUrlVersion(const QString &text, const QString &version)
Return an updated text where Slicer wiki URL version is replaced with the provided one....
void initqSlicerBaseQTCorePythonQtDecorators()