#include "wx/wxprec.h"#include <wx/datetime.h>#include <wx/wx.h>#include "bbtkSystem.h"#include <boost/signal.hpp>#include <boost/bind.hpp>


Go to the source code of this file.
Classes | |
| struct | bbtk::Wx |
| class | bbtk::Wx::BusyCursor |
Namespaces | |
| namespace | bbtk |
Defines | |
| #define | bbtkAddWxSignalObserver(METHOD) Wx::AddSignalObserver(boost::bind(&METHOD, this)) |
| Global wx handlers (cursor...). | |
| #define | BBTK_BUSY_CURSOR bbtk::Wx::BusyCursor __bbtk_dummy_busy_cursor; |
Functions | |
| wxString | bbtk::std2wx (const std::string &s) |
| Conversion std::string to wxString. | |
| std::string | bbtk::wx2std (const wxString &s) |
| Conversion wxString to std::string. | |
| #define BBTK_BUSY_CURSOR bbtk::Wx::BusyCursor __bbtk_dummy_busy_cursor; |
| #define bbtkAddWxSignalObserver | ( | METHOD | ) | Wx::AddSignalObserver(boost::bind(&METHOD, this)) |
Global wx handlers (cursor...).
Definition at line 85 of file bbtkWx.h.
Referenced by bbtk::WxGUIConsole::WxGUIConsole().
1.5.7.1