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 OnButtonSPTestSound (wxCommandEvent &event)
 
wxString SelectSoundFile ()
 
void SetSoundFileLabel (wxString file)
 
wxCheckBox * GetCheckBox ()
 
wxString GetSoundFile ()
 

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
 
OcpnSound * m_sound
 
EventVar m_on_sp_sound_done
 Notified with a OCPN_Sound* pointer when sound has completed.
 
ObsListener m_sound_sp_done_listener
 
bool m_soundPlaying
 

Detailed Description

Definition at line 4687 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 4730 of file options.cpp.

◆ ~OCPNSoundPanel()

OCPNSoundPanel::~OCPNSoundPanel ( )
inline

Definition at line 4693 of file options.cpp.

Member Function Documentation

◆ GetCheckBox()

wxCheckBox * OCPNSoundPanel::GetCheckBox ( )
inline

Definition at line 4699 of file options.cpp.

◆ GetSoundFile()

wxString OCPNSoundPanel::GetSoundFile ( )
inline

Definition at line 4700 of file options.cpp.

◆ OnButtonSelectSound()

void OCPNSoundPanel::OnButtonSelectSound ( wxCommandEvent &  event)

Definition at line 4847 of file options.cpp.

◆ OnButtonSPTestSound()

void OCPNSoundPanel::OnButtonSPTestSound ( wxCommandEvent &  event)

Definition at line 4859 of file options.cpp.

◆ SelectSoundFile()

wxString OCPNSoundPanel::SelectSoundFile ( )

Definition at line 4817 of file options.cpp.

◆ SetSoundFileLabel()

void OCPNSoundPanel::SetSoundFileLabel ( wxString  file)

Definition at line 4798 of file options.cpp.

Member Data Documentation

◆ m_AudioFileNameText

wxStaticText* OCPNSoundPanel::m_AudioFileNameText

Definition at line 4706 of file options.cpp.

◆ m_on_sp_sound_done

EventVar OCPNSoundPanel::m_on_sp_sound_done

Notified with a OCPN_Sound* pointer when sound has completed.

Definition at line 4713 of file options.cpp.

◆ m_pCheck_Sound

wxCheckBox* OCPNSoundPanel::m_pCheck_Sound

Definition at line 4702 of file options.cpp.

◆ m_pSoundFile

wxString* OCPNSoundPanel::m_pSoundFile

Definition at line 4705 of file options.cpp.

◆ m_small_button_size

wxSize OCPNSoundPanel::m_small_button_size

Definition at line 4703 of file options.cpp.

◆ m_sound

OcpnSound* OCPNSoundPanel::m_sound

Definition at line 4710 of file options.cpp.

◆ m_sound_file

wxString OCPNSoundPanel::m_sound_file

Definition at line 4704 of file options.cpp.

◆ m_sound_sp_done_listener

ObsListener OCPNSoundPanel::m_sound_sp_done_listener

Definition at line 4715 of file options.cpp.

◆ m_soundPlaying

bool OCPNSoundPanel::m_soundPlaying

Definition at line 4716 of file options.cpp.

◆ SelSound

wxButton* OCPNSoundPanel::SelSound

Definition at line 4708 of file options.cpp.

◆ TestSound

wxButton* OCPNSoundPanel::TestSound

Definition at line 4709 of file options.cpp.


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