CAVAPA-GUI  30.5.2014
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
Public Member Functions | List of all members
cavapa_gui::OpenStreamDialog Class Reference

Represents a dialog for opening a stream. More...

#include <openstreamdialog.h>

Inheritance diagram for cavapa_gui::OpenStreamDialog:

Public Member Functions

 OpenStreamDialog (QWidget *parent=0)
 Constructs a new OpenStreamDialog having the specified parent. More...
 
std::string getSelectedUrl () const
 Gets the selected stream URL. More...
 
void setRecentSources (const std::list< QString > &sources)
 Sets the list of the recent sources for the dialog. More...
 

Detailed Description

Represents a dialog for opening a stream.

Author
Mika Lehtinen

Constructor & Destructor Documentation

cavapa_gui::OpenStreamDialog::OpenStreamDialog ( QWidget *  parent = 0)
explicit

Constructs a new OpenStreamDialog having the specified parent.

Parameters
parentThe parent widget.

Member Function Documentation

std::string cavapa_gui::OpenStreamDialog::getSelectedUrl ( ) const

Gets the selected stream URL.

Returns
The selected stream URL as a string.
void cavapa_gui::OpenStreamDialog::setRecentSources ( const std::list< QString > &  sources)

Sets the list of the recent sources for the dialog.

Parameters
sourcesThe list of sources.

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