OpenCPN Partial API docs
Loading...
Searching...
No Matches
download_mgr::PluginTextPanel Class Reference

Plugin name, version, summary + an optionally shown description. More...

Inheritance diagram for download_mgr::PluginTextPanel:

Public Member Functions

 PluginTextPanel (wxWindow *parent, const PluginMetadata *plugin, CandidateButtonsPanel *buttons, bool bshowTuple=false)
 
void OnClick (wxMouseEvent &event)
 

Protected Member Functions

wxStaticText * staticText (const wxString &text)
 

Protected Attributes

wxString MORE
 
wxString LESS
 
wxStaticText * m_descr
 
wxStaticText * m_more
 
wxStaticText * m_summary
 
CandidateButtonsPanelm_buttons
 

Detailed Description

Plugin name, version, summary + an optionally shown description.

Definition at line 302 of file download_mgr.cpp.

Constructor & Destructor Documentation

◆ PluginTextPanel()

download_mgr::PluginTextPanel::PluginTextPanel ( wxWindow *  parent,
const PluginMetadata plugin,
CandidateButtonsPanel buttons,
bool  bshowTuple = false 
)
inline

Definition at line 304 of file download_mgr.cpp.

Member Function Documentation

◆ OnClick()

void download_mgr::PluginTextPanel::OnClick ( wxMouseEvent &  event)
inline

Definition at line 339 of file download_mgr.cpp.

◆ staticText()

wxStaticText * download_mgr::PluginTextPanel::staticText ( const wxString &  text)
inlineprotected

Definition at line 352 of file download_mgr.cpp.

Member Data Documentation

◆ LESS

wxString download_mgr::PluginTextPanel::LESS
protected

Definition at line 350 of file download_mgr.cpp.

◆ m_buttons

CandidateButtonsPanel* download_mgr::PluginTextPanel::m_buttons
protected

Definition at line 360 of file download_mgr.cpp.

◆ m_descr

wxStaticText* download_mgr::PluginTextPanel::m_descr
protected

Definition at line 357 of file download_mgr.cpp.

◆ m_more

wxStaticText* download_mgr::PluginTextPanel::m_more
protected

Definition at line 358 of file download_mgr.cpp.

◆ m_summary

wxStaticText* download_mgr::PluginTextPanel::m_summary
protected

Definition at line 359 of file download_mgr.cpp.

◆ MORE

wxString download_mgr::PluginTextPanel::MORE
protected

Definition at line 350 of file download_mgr.cpp.


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