Ardour  9.0-pre0-822-g12e3bc5c20
VideoServerDialog Class Reference

dialog box to collect video-server settings More...

#include <video_server_dialog.h>

Inheritance diagram for VideoServerDialog:
[legend]

Public Member Functions

 VideoServerDialog (ARDOUR::Session *)
 
 ~VideoServerDialog ()
 
std::string get_exec_path ()
 
std::string get_docroot ()
 
std::string get_listenaddr ()
 
int get_listenport ()
 
int get_cachesize ()
 
bool show_again ()
 
- Public Member Functions inherited from ArdourDialog
 ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, const std::string &title, bool modal=false, bool use_separator=false)
 
 ~ArdourDialog ()
 
bool on_focus_in_event (GdkEventFocus *)
 
bool on_focus_out_event (GdkEventFocus *)
 
bool on_delete_event (GdkEventAny *)
 
void on_unmap ()
 
void on_show ()
 
virtual void on_response (int)
 
void set_ui_sensitive (bool)
 
void disallow_idle ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 
virtual ARDOUR::Sessionsession () const
 

Private Member Functions

void on_show ()
 
void open_path_dialog ()
 
void open_docroot_dialog ()
 

Private Attributes

Gtk::Label path_label
 
Gtk::Entry path_entry
 
Gtk::Button path_browse_button
 
Gtk::Label docroot_label
 
Gtk::Entry docroot_entry
 
Gtk::Button docroot_browse_button
 
Gtk::ComboBoxText listenaddr_combo
 
Gtk::Adjustment listenport_adjustment
 
Gtk::SpinButton listenport_spinner
 
Gtk::Adjustment cachesize_adjustment
 
Gtk::SpinButton cachesize_spinner
 
Gtk::CheckButton showagain_checkbox
 

Additional Inherited Members

- Protected Member Functions inherited from ArdourDialog
void pop_splash ()
 
void close_self ()
 
- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 
- Protected Attributes inherited from ArdourDialog
bool _sensitive
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

dialog box to collect video-server settings

Definition at line 37 of file video_server_dialog.h.

Constructor & Destructor Documentation

◆ VideoServerDialog()

VideoServerDialog::VideoServerDialog ( ARDOUR::Session )

◆ ~VideoServerDialog()

VideoServerDialog::~VideoServerDialog ( )

Member Function Documentation

◆ get_cachesize()

int VideoServerDialog::get_cachesize ( )
inline

Definition at line 47 of file video_server_dialog.h.

◆ get_docroot()

std::string VideoServerDialog::get_docroot ( )

◆ get_exec_path()

std::string VideoServerDialog::get_exec_path ( )
inline

Definition at line 43 of file video_server_dialog.h.

◆ get_listenaddr()

std::string VideoServerDialog::get_listenaddr ( )
inline

Definition at line 45 of file video_server_dialog.h.

◆ get_listenport()

int VideoServerDialog::get_listenport ( )
inline

Definition at line 46 of file video_server_dialog.h.

◆ on_show()

void VideoServerDialog::on_show ( )
private

◆ open_docroot_dialog()

void VideoServerDialog::open_docroot_dialog ( )
private

◆ open_path_dialog()

void VideoServerDialog::open_path_dialog ( )
private

◆ show_again()

bool VideoServerDialog::show_again ( )
inline

Definition at line 48 of file video_server_dialog.h.

Member Data Documentation

◆ cachesize_adjustment

Gtk::Adjustment VideoServerDialog::cachesize_adjustment
private

Definition at line 66 of file video_server_dialog.h.

◆ cachesize_spinner

Gtk::SpinButton VideoServerDialog::cachesize_spinner
private

Definition at line 67 of file video_server_dialog.h.

◆ docroot_browse_button

Gtk::Button VideoServerDialog::docroot_browse_button
private

Definition at line 61 of file video_server_dialog.h.

◆ docroot_entry

Gtk::Entry VideoServerDialog::docroot_entry
private

Definition at line 60 of file video_server_dialog.h.

◆ docroot_label

Gtk::Label VideoServerDialog::docroot_label
private

Definition at line 59 of file video_server_dialog.h.

◆ listenaddr_combo

Gtk::ComboBoxText VideoServerDialog::listenaddr_combo
private

Definition at line 63 of file video_server_dialog.h.

◆ listenport_adjustment

Gtk::Adjustment VideoServerDialog::listenport_adjustment
private

Definition at line 64 of file video_server_dialog.h.

◆ listenport_spinner

Gtk::SpinButton VideoServerDialog::listenport_spinner
private

Definition at line 65 of file video_server_dialog.h.

◆ path_browse_button

Gtk::Button VideoServerDialog::path_browse_button
private

Definition at line 57 of file video_server_dialog.h.

◆ path_entry

Gtk::Entry VideoServerDialog::path_entry
private

Definition at line 56 of file video_server_dialog.h.

◆ path_label

Gtk::Label VideoServerDialog::path_label
private

Definition at line 55 of file video_server_dialog.h.

◆ showagain_checkbox

Gtk::CheckButton VideoServerDialog::showagain_checkbox
private

Definition at line 68 of file video_server_dialog.h.


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