Classes | Namespaces | Defines
SciFigs/GraphContentLayerFactory.h File Reference
#include <QGpCoreTools.h>
#include "SciFigsDLLExport.h"
#include "GraphContentLayer.h"

Go to the source code of this file.

Classes

class  SciFigs::GraphContentLayerFactory
 Brief description of class still missing. More...

Namespaces

namespace  SciFigs

Defines

#define REGISTER_GRAPHCONTENTLAYER(_className_, _tagName_)
#define SYNONYM_GRAPHCONTENTLAYER(_synName_, _tagName_)   XMLSYNONYM(GraphContentLayerFactory, _synName_, _tagName_)

Define Documentation

#define REGISTER_GRAPHCONTENTLAYER (   _className_,
  _tagName_ 
)
Value:
XMLREGISTER_HEAD(GraphContentLayerFactory, XMLClassCreator, _className_, _tagName_) \
    XMLREGISTER_TAIL(_className_)
#define SYNONYM_GRAPHCONTENTLAYER (   _synName_,
  _tagName_ 
)    XMLSYNONYM(GraphContentLayerFactory, _synName_, _tagName_)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines