GOFIGURE2  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Protected Attributes | Private Member Functions | List of all members
QGoPluginManager Class Reference

#include <Main/QGoPluginManager.h>

Inheritance diagram for QGoPluginManager:
[legend]
Collaboration diagram for QGoPluginManager:
[legend]

Public Slots

virtual void NotifyTabActivated (const int &)
virtual void NotifyTabClosed (const int &)
virtual void NotifyTabMoved (const int &, const int &)

Public Member Functions

void ApplySettings ()
std::list< QMenu * > GetMenus ()
 Returns list of menus.
bool IsPluginAlreadyLoaded (const QString &iName)
void LoadPlugin (const QString &)
void LoadPlugins ()
 QGoPluginManager ()
virtual ~QGoPluginManager ()
- Public Member Functions inherited from QObject
bool blockSignals (bool block)
QObjectchild (const char *objName, const char *inheritsClass, bool recursiveSearch) const
const QObjectList & children () const
const char * className () const
bool connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
void deleteLater ()
void destroyed (QObject *obj)
bool disconnect (const QObject *receiver, const char *method)
bool disconnect (const char *signal, const QObject *receiver, const char *method)
void dumpObjectInfo ()
void dumpObjectTree ()
QList< QByteArraydynamicPropertyNames () const
virtual bool event (QEvent *e)
virtual bool eventFilter (QObject *watched, QEvent *event)
findChild (const QString &name) const
QList< T > findChildren (const QRegExp &regExp) const
QList< T > findChildren (const QString &name) const
bool inherits (const char *className) const
void insertChild (QObject *object)
void installEventFilter (QObject *filterObj)
bool isA (const char *className) const
bool isWidgetType () const
void killTimer (int id)
virtual const QMetaObjectmetaObject () const
void moveToThread (QThread *targetThread)
const char * name () const
const char * name (const char *defaultName) const
QString objectName () const
QObjectparent () const
QVariant property (const char *name) const
 QObject (QObject *parent)
 QObject (QObject *parent, const char *name)
void removeChild (QObject *object)
void removeEventFilter (QObject *obj)
void setName (const char *name)
void setObjectName (const QString &name)
void setParent (QObject *parent)
bool setProperty (const char *name, const QVariant &value)
bool signalsBlocked () const
int startTimer (int interval)
QThreadthread () const
virtual  ~QObject ()

Protected Attributes

std::list< QGoPlugin * > m_PluginList

Private Member Functions

 Q_DISABLE_COPY (QGoPluginManager)

Additional Inherited Members

- Static Public Member Functions inherited from QObject
bool connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
bool connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
QString tr (const char *sourceText, const char *disambiguation, int n)
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
- Protected Member Functions inherited from QObject
bool checkConnectArgs (const char *signal, const QObject *object, const char *method)
virtual void childEvent (QChildEvent *event)
virtual void connectNotify (const char *signal)
virtual void customEvent (QEvent *event)
virtual void disconnectNotify (const char *signal)
int receivers (const char *signal) const
QObjectsender () const
int senderSignalIndex () const
virtual void timerEvent (QTimerEvent *event)
- Static Protected Member Functions inherited from QObject
QByteArray normalizeSignalSlot (const char *signalSlot)
- Properties inherited from QObject
 objectName

Detailed Description

Definition at line 48 of file QGoPluginManager.h.

Constructor & Destructor Documentation

QGoPluginManager::QGoPluginManager ( )
Todo:
check later on if it is already loaded.

Definition at line 75 of file QGoPluginManager.cxx.

QGoPluginManager::~QGoPluginManager ( )
virtual

Definition at line 80 of file QGoPluginManager.cxx.

Member Function Documentation

void QGoPluginManager::ApplySettings ( )

Definition at line 218 of file QGoPluginManager.cxx.

std::list< QMenu * > QGoPluginManager::GetMenus ( )

Returns list of menus.

Definition at line 229 of file QGoPluginManager.cxx.

bool QGoPluginManager::IsPluginAlreadyLoaded ( const QString iName)

Definition at line 132 of file QGoPluginManager.cxx.

void QGoPluginManager::LoadPlugin ( const QString path)

Definition at line 150 of file QGoPluginManager.cxx.

void QGoPluginManager::LoadPlugins ( )

Definition at line 195 of file QGoPluginManager.cxx.

void QGoPluginManager::NotifyTabActivated ( const int &  iId)
virtualslot

Definition at line 88 of file QGoPluginManager.cxx.

void QGoPluginManager::NotifyTabClosed ( const int &  iId)
virtualslot

Definition at line 102 of file QGoPluginManager.cxx.

void QGoPluginManager::NotifyTabMoved ( const int &  from,
const int &  to 
)
virtualslot

Definition at line 116 of file QGoPluginManager.cxx.

QGoPluginManager::Q_DISABLE_COPY ( QGoPluginManager  )
private

Member Data Documentation

std::list< QGoPlugin * > QGoPluginManager::m_PluginList
protected

Definition at line 75 of file QGoPluginManager.h.


The documentation for this class was generated from the following files: