CppModelManagerBase Class

(CPlusPlus::CppModelManagerBase)
Inherits: QObject

Public Functions

CppModelManagerBase(QObject *parent = 0)
~CppModelManagerBase()
virtual bool setExtraDiagnostics(const QString &fileName, const QString &kind, const QList<Document::DiagnosticMessage> &diagnostics)
virtual CPlusPlus::Snapshot snapshot() const
  • 32 public functions inherited from QObject

Static Public Members

CppModelManagerBase *instance()
bool trySetExtraDiagnostics(const QString &fileName, const QString &kind, const QList<Document::DiagnosticMessage> &diagnostics)
  • 10 static public members inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 2 signals inherited from QObject
  • 1 public variable inherited from QObject
  • 9 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Member Function Documentation

CppModelManagerBase::CppModelManagerBase(QObject *parent = 0)

Default constructs an instance of CppModelManagerBase.

CppModelManagerBase::~CppModelManagerBase()

Destroys the instance of CppModelManagerBase.

[static] CppModelManagerBase *CppModelManagerBase::instance()

[virtual] bool CppModelManagerBase::setExtraDiagnostics(const QString &fileName, const QString &kind, const QList<Document::DiagnosticMessage> &diagnostics)

[virtual] CPlusPlus::Snapshot CppModelManagerBase::snapshot() const

[static] bool CppModelManagerBase::trySetExtraDiagnostics(const QString &fileName, const QString &kind, const QList<Document::DiagnosticMessage> &diagnostics)