#include "eglobal.h"
#include "eobject.h"
#include "ehelpcenter.h"
#include "eversion.h"
#include <QImage>
#include <QUrl>
Go to the source code of this file.
|
| class | EPart |
| | Implement this class to create an object, which can be used in several applications. More...
|
| |
◆ EPART_LIBENGSAS_VERSION
| #define EPART_LIBENGSAS_VERSION |
Value:public: \
inline QString libEngsasVersion() const { return QString(ENGSAS_VERSION_STRING); }; \
private:
Adds a libEngsasVersion() function to your EPart.
Just insert this macro into your EPart header to avoid programming the libEngsasVersion() function.
◆ Q_DECLARE_INTERFACE()
| Q_DECLARE_INTERFACE |
( |
EPart |
, |
|
|
"LibEngsas.EPart/0.1.1" |
|
|
) |
| |