Code::Blocks  SVN r11506
Public Types | Public Member Functions | List of all members
UnfocusablePopupWindow Class Reference
Inheritance diagram for UnfocusablePopupWindow:
Collaboration diagram for UnfocusablePopupWindow:

Public Types

typedef wxPopupWindow BaseClass
 

Public Member Functions

 UnfocusablePopupWindow (wxWindow *parent, int style=wxBORDER_NONE)
 
bool Destroy () override
 
void OnFocus (wxFocusEvent &event)
 
void ActivateParent ()
 
void DoSetSize (int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO) override
 
bool Show (bool show=true) override
 

Detailed Description

Definition at line 158 of file ccmanager.cpp.

Member Typedef Documentation

◆ BaseClass

Definition at line 167 of file ccmanager.cpp.

Constructor & Destructor Documentation

◆ UnfocusablePopupWindow()

UnfocusablePopupWindow::UnfocusablePopupWindow ( wxWindow parent,
int  style = wxBORDER_NONE 
)
inline

Member Function Documentation

◆ ActivateParent()

void UnfocusablePopupWindow::ActivateParent ( )

Definition at line 223 of file ccmanager.cpp.

References wxDynamicCast, and wxGetTopLevelParent().

◆ Destroy()

bool UnfocusablePopupWindow::Destroy ( )
override

Definition at line 201 of file ccmanager.cpp.

References wxRect::GetHeight(), and wxRect::SetHeight().

◆ DoSetSize()

void UnfocusablePopupWindow::DoSetSize ( int  x,
int  y,
int  width,
int  height,
int  sizeFlags = wxSIZE_AUTO 
)
override

Definition at line 233 of file ccmanager.cpp.

References NULL, and wxDefaultCoord.

◆ OnFocus()

void UnfocusablePopupWindow::OnFocus ( wxFocusEvent event)

Definition at line 216 of file ccmanager.cpp.

Referenced by Show().

◆ Show()

bool UnfocusablePopupWindow::Show ( bool  show = true)
override

Definition at line 247 of file ccmanager.cpp.

References OnFocus().


The documentation for this class was generated from the following file: