#include <boost/signal.hpp>
#include <boost/bind.hpp>
#include "qwidget.h"
#include "bbtkSystem.h"
Go to the source code of this file.
Classes | |
struct | bbtk::Qt |
class | bbtk::Qt::BusyCursor |
Namespaces | |
namespace | bbtk |
Defines | |
#define | bbtkAddQtSignalObserver(METHOD) Qt::AddSignalObserver(boost::bind(&METHOD, this)) |
Global qt handlers (cursor...). | |
#define | BBTK_BUSY_CURSOR bbtk::Qt::BusyCursor __bbtk_dummy_busy_cursor; |
Typedefs | |
typedef boost::signals::trackable | SignalObserver |
#define BBTK_BUSY_CURSOR bbtk::Qt::BusyCursor __bbtk_dummy_busy_cursor; |
Definition at line 75 of file bbtkQt.h.
Referenced by bbtk::BlackBox::bbExecute(), bbtk::WxGUIScriptingInterface::DoRegenerateBoxesLists(), and bbtk::WxGUIScriptingInterface::DoRegeneratePackageDoc().
#define bbtkAddQtSignalObserver | ( | METHOD | ) | Qt::AddSignalObserver(boost::bind(&METHOD, this)) |
typedef boost::signals::trackable SignalObserver |