Code::Blocks
SVN r11506
|
#include <infowindow.h>
Static Public Member Functions | |
static void | Display (const wxString &title, const wxString &message, unsigned int delay=5000, unsigned int hysteresis=1) |
Private Member Functions | |
InfoWindow (const wxString &title, const wxString &message, unsigned int delay, unsigned int hysteresis) | |
~InfoWindow () override | |
void | OnTimer (wxTimerEvent &e) |
void | OnMove (wxMouseEvent &e) |
void | OnClick (wxMouseEvent &e) |
Private Attributes | |
wxTimer * | m_timer |
int | left |
int | top |
int | hMin |
int | pos |
unsigned int | status |
unsigned int | m_delay |
unsigned int | ks |
Definition at line 39 of file infowindow.h.
|
private |
Definition at line 158 of file infowindow.cpp.
References wxBoxSizer::Add(), Manager::Get(), wxDisplay::GetClientArea(), wxDisplay::GetFromWindow(), wxDisplay::GetGeometry(), iBitmap, wxRect::Intersect(), wxBoxSizer::SetSizeHints(), textBackground, textForeground, titleBackground, wxALIGN_CENTER_HORIZONTAL, wxALIGN_CENTRE, wxALL, wxCLIP_CHILDREN, wxDefaultPosition, wxDefaultSize, wxEmptyString, wxFONTFAMILY_SWISS, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, wxGROW, wxID_ANY, wxSIMPLE_BORDER, wxVERTICAL, wxWHITE, wxWS_EX_TRANSIENT, and wxRect::x.
|
overrideprivate |
Definition at line 237 of file infowindow.cpp.
|
static |
Definition at line 294 of file infowindow.cpp.
References _T.
Referenced by UserVariableManager::Arrogate(), UsrGlblMgrEditDialog::CloneSet(), UsrGlblMgrEditDialog::CloneVar(), DetectLineEnds(), FindReplace::Find(), Wiz::Launch(), cbEditor::MarkerNext(), cbEditor::MarkerPrevious(), MainFrame::OnEditSelectAll(), cbProject::Open(), CDB_driver::ParseOutput(), GDB_driver::ParseOutput(), GdbCmd_RemoteTarget::ParseOutput(), ScriptBindings::Register_Globals(), FindReplace::Replace(), UserVariableManager::Replace(), FindReplace::ReplaceInFiles(), PluginManager::ScanForPlugins(), CompilerGCC::SetupEnvironment(), cbDebuggerPlugin::SyncEditor(), and FileManager::WriteWxStringToFile().
|
private |
Definition at line 286 of file infowindow.cpp.
|
private |
Definition at line 280 of file infowindow.cpp.
|
private |
Definition at line 245 of file infowindow.cpp.
|
private |
Definition at line 54 of file infowindow.h.
|
private |
Definition at line 58 of file infowindow.h.
|
private |
Definition at line 52 of file infowindow.h.
|
private |
Definition at line 57 of file infowindow.h.
|
private |
Definition at line 51 of file infowindow.h.
|
private |
Definition at line 59 of file infowindow.h.
|
private |
Definition at line 55 of file infowindow.h.
|
private |
Definition at line 56 of file infowindow.h.
|
private |
Definition at line 53 of file infowindow.h.