NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
ViewerPanel Class Reference

#include <viewerpanel.hpp>

Inheritance diagram for ViewerPanel:
Collaboration diagram for ViewerPanel:

Public Member Functions

 ViewerPanel (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &position=wxDefaultPosition, const wxSize &size=wxDefaultSize, int style=0, const wxString &name=wxPanelNameStr)
 
void OnEnter (wxMouseEvent &event)
 
void toggleSkipFocus ()
 

Private Member Functions

 DECLARE_EVENT_TABLE ()
 

Private Attributes

bool m_skipFocus
 

Detailed Description

Definition at line 26 of file viewerpanel.hpp.

Constructor & Destructor Documentation

◆ ViewerPanel()

ViewerPanel::ViewerPanel ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  position = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
int  style = 0,
const wxString &  name = wxPanelNameStr 
)
inline

Definition at line 29 of file viewerpanel.hpp.

Member Function Documentation

◆ DECLARE_EVENT_TABLE()

ViewerPanel::DECLARE_EVENT_TABLE ( )
private

◆ OnEnter()

void ViewerPanel::OnEnter ( wxMouseEvent &  event)

Definition at line 25 of file viewerpanel.cpp.

◆ toggleSkipFocus()

void ViewerPanel::toggleSkipFocus ( )
inline

Definition at line 33 of file viewerpanel.hpp.

References m_skipFocus.

Member Data Documentation

◆ m_skipFocus

bool ViewerPanel::m_skipFocus
private

Definition at line 38 of file viewerpanel.hpp.

Referenced by toggleSkipFocus().


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