Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Defines
qSlicerAbstractCoreModule.h File Reference
#include <QObject>
#include <QStringList>
#include <ctkPimpl.h>
#include "qSlicerBaseQTCoreExport.h"
Include dependency graph for qSlicerAbstractCoreModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qSlicerAbstractCoreModule
 qSlicerAbstractCoreModule is the base class of any module in Slicer. More...

Defines

#define qSlicerGetTitleMacro(_TITLE)

Define Documentation

#define qSlicerGetTitleMacro (   _TITLE)
Value:
static QString staticTitle() { return _TITLE; }  \
  virtual QString title()const { return _TITLE; }

Definition at line 41 of file qSlicerAbstractCoreModule.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines