1 #ifndef TTKINITIALIZATION_H
2 #define TTKINITIALIZATION_H
45 #define TTK_REGISTER_ORGANIZATION(ORG) \
46 QCoreApplication::setOrganizationName(ORG ## _NAME); \
47 QCoreApplication::setOrganizationDomain(ORG ## _COME_NAME); \
48 QCoreApplication::setApplicationName(ORG ## _NAME);
76 void codecForLocale();
81 bool argumentValid(
const QString &arg);
89 void execute(
const QStringList &arguments);
96 #endif // TTKINITIALIZATION_H
#define TTK_MODULE_EXPORT
The class of the ttk dumper.
TTK_MODULE_EXPORT bool execute(const QString &path)
The class of the ttk initialization.
void(* TTKCleanFunctor)(void)
The namespace of the application object.
TTK_MODULE_EXPORT void initialize(TTK::Attribute attr)