OpenCPN Partial API docs
Loading...
Searching...
No Matches
HideShowPanel Class Reference

A clickable triangle which controls child window hide/show. More...

Inheritance diagram for HideShowPanel:
ManualInstructions ReviewRule

Public Member Functions

 HideShowPanel (wxWindow *parent, wxWindow *child)
 

Protected Member Functions

void toggle ()
 

Protected Attributes

bool m_show
 
wxWindow * m_child
 
wxStaticText * m_arrow
 

Detailed Description

A clickable triangle which controls child window hide/show.

Definition at line 121 of file udev_rule_mgr.cpp.

Constructor & Destructor Documentation

◆ HideShowPanel()

HideShowPanel::HideShowPanel ( wxWindow *  parent,
wxWindow *  child 
)
inline

Definition at line 123 of file udev_rule_mgr.cpp.

Member Function Documentation

◆ toggle()

void HideShowPanel::toggle ( )
inlineprotected

Definition at line 137 of file udev_rule_mgr.cpp.

Member Data Documentation

◆ m_arrow

wxStaticText* HideShowPanel::m_arrow
protected

Definition at line 135 of file udev_rule_mgr.cpp.

◆ m_child

wxWindow* HideShowPanel::m_child
protected

Definition at line 134 of file udev_rule_mgr.cpp.

◆ m_show

bool HideShowPanel::m_show
protected

Definition at line 133 of file udev_rule_mgr.cpp.


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