25 #include "../common/WConditionOneShot.h"
26 #include "../common/WFlag.h"
30 : boost::enable_shared_from_this<
WUI >(),
This class prescribes the interface to the UI.
virtual const WFlag< bool > & isInitialized() const
Returns the init flag.
Implements a WCondition, but can be fired only ONCE.
WFlag< bool > m_isInitialized
Flag determining whether the UI is properly initialized.
WUI(int argc, char **argv)
Constructor.
virtual ~WUI()
Destructor.