Workspace 6.21.5
|
#include "observable.h"
#include <iostream>
#include <iterator>
#include <list>
#include <map>
#include <typeinfo>
#include <vector>
#include <QApplication>
#include <QMutex>
#include <QMutexLocker>
#include "Workspace/Application/LanguageUtils/demangle.h"
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/LanguageUtils/streamqstring.h"
#include "observableevent.h"
#include "observer.h"
#include "observerimpl.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::DataExecution |
Base workspace functionality not requiring a user interface. | |
Typedefs | |
typedef std::list< CheckedObserver > | CheckedObserverList |
QMutex& mutex_ |
bool wantLock_ |