Workspace 6.21.5
Namespaces | Typedefs
observable.cpp File Reference
#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"
Include dependency graph for observable.cpp:

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
 

Variable Documentation

◆ mutex_

QMutex& mutex_

◆ wantLock_

bool wantLock_