![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <QHash>
#include <QWeakPointer>
#include <QMetaType>
#include <QUrl>
#include "ctkVersion.h"
#include "ctkPluginLocalization.h"
#include "ctkPluginConstants.h"
#include "service/log/ctkLogStream.h"
Go to the source code of this file.
Classes | |
class | ctkPlugin |
Functions | |
CTK_PLUGINFW_EXPORT ctkLogStream & | operator<< (ctkLogStream &stream, const QSharedPointer< ctkPlugin > &plugin) |
CTK_PLUGINFW_EXPORT ctkLogStream & | operator<< (ctkLogStream &stream, ctkPlugin const *plugin) |
CTK_PLUGINFW_EXPORT QDebug | operator<< (QDebug debug, const ctkPlugin &plugin) |
CTK_PLUGINFW_EXPORT QDebug | operator<< (QDebug debug, ctkPlugin const *plugin) |
CTK_PLUGINFW_EXPORT QDebug | operator<< (QDebug debug, ctkPlugin::State state) |