OpenCPN Partial API docs
Loading...
Searching...
No Matches
OCPNSoundPanel Class Reference
Inheritance diagram for OCPNSoundPanel:

Public Member Functions

 OCPNSoundPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, wxString title, wxString checkLegend, wxString selectLegend, wxString *pSoundFile)
 
void OnButtonSelectSound (wxCommandEvent &event)
 
void OnButtonTestSound (wxCommandEvent &event)
 
wxString SelectSoundFile ()
 
void SetSoundFileLabel (wxString file)
 
wxCheckBox * GetCheckBox ()
 

Public Attributes

wxCheckBox * m_pCheck_Sound
 
wxSize m_small_button_size
 
wxString m_sound_file
 
wxString * m_pSoundFile
 
wxStaticText * m_AudioFileNameText
 
wxButton * SelSound
 
wxButton * TestSound
 

Detailed Description

Definition at line 4646 of file options.cpp.

Constructor & Destructor Documentation

◆ OCPNSoundPanel()

OCPNSoundPanel::OCPNSoundPanel ( wxWindow *  parent,
wxWindowID  id,
const wxPoint &  pos,
const wxSize &  size,
wxString  title,
wxString  checkLegend,
wxString  selectLegend,
wxString *  pSoundFile 
)

Definition at line 4687 of file options.cpp.

◆ ~OCPNSoundPanel()

OCPNSoundPanel::~OCPNSoundPanel ( )
inline

Definition at line 4656 of file options.cpp.

Member Function Documentation

◆ GetCheckBox()

wxCheckBox * OCPNSoundPanel::GetCheckBox ( )
inline

Definition at line 4662 of file options.cpp.

◆ OnButtonSelectSound()

void OCPNSoundPanel::OnButtonSelectSound ( wxCommandEvent &  event)

Definition at line 4814 of file options.cpp.

◆ OnButtonTestSound()

void OCPNSoundPanel::OnButtonTestSound ( wxCommandEvent &  event)

Definition at line 4827 of file options.cpp.

◆ SelectSoundFile()

wxString OCPNSoundPanel::SelectSoundFile ( )

Definition at line 4784 of file options.cpp.

◆ SetSoundFileLabel()

void OCPNSoundPanel::SetSoundFileLabel ( wxString  file)

Definition at line 4762 of file options.cpp.

Member Data Documentation

◆ m_AudioFileNameText

wxStaticText* OCPNSoundPanel::m_AudioFileNameText

Definition at line 4668 of file options.cpp.

◆ m_pCheck_Sound

wxCheckBox* OCPNSoundPanel::m_pCheck_Sound

Definition at line 4664 of file options.cpp.

◆ m_pSoundFile

wxString* OCPNSoundPanel::m_pSoundFile

Definition at line 4667 of file options.cpp.

◆ m_small_button_size

wxSize OCPNSoundPanel::m_small_button_size

Definition at line 4665 of file options.cpp.

◆ m_sound_file

wxString OCPNSoundPanel::m_sound_file

Definition at line 4666 of file options.cpp.

◆ SelSound

wxButton* OCPNSoundPanel::SelSound

Definition at line 4670 of file options.cpp.

◆ TestSound

wxButton* OCPNSoundPanel::TestSound

Definition at line 4671 of file options.cpp.


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