MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes
MAKLogger::DtLgrVideoPrefPage Class Reference

The network settings page for the preferences dialog. More...

+ Inheritance diagram for MAKLogger::DtLgrVideoPrefPage:
+ Collaboration diagram for MAKLogger::DtLgrVideoPrefPage:

Public Member Functions

 DtLgrVideoPrefPage (DtLoggerApplication &app, QWidget *parent, Qt::WindowFlags f=0)
 CTOR. More...
 
virtual ~DtLgrVideoPrefPage ()
 DTOR. More...
 
virtual QIcon icon ()
 Get the icon of the page. More...
 
virtual DtQIconConfigurations qIconConfigurations () const
 Get the icon configurations for the page. More...
 
virtual QString title ()
 Get the title of the page. More...
 
virtual const std::string & pageClassName () const
 Get the class name of the page. More...
 
virtual void load ()
 Loads the current configuration values and populates the page. More...
 
virtual void accept ()
 Accepts current input. More...
 
virtual void reject ()
 Rejects current input. More...
 
virtual void saveConfiguration () const
 
- Public Member Functions inherited from MAKLogger::DtPage
 DtPage (QWidget *parent=0, Qt::WindowFlags f=0)
 CTOR for page. More...
 
virtual ~DtPage ()
 DTOR for page. More...
 

Static Public Member Functions

static const std::string & thePageClassName ()
 Get the class name of the class. More...
 

Protected Member Functions

virtual void activate ()
 Called when the page is displayed. More...
 
virtual void deactivate ()
 Called when the page is hidden. More...
 
- Protected Member Functions inherited from MAKLogger::DtPage
void addPageHeader (const QString &title, QLayout *layout)
 Adds a page header to the given layout. More...
 

Static Protected Member Functions

static const QString & theRecordDefaultToolTip ()
 
static const QString & theRecordPortToolTip ()
 
static const QString & thePlayWindowDefaultToolTip ()
 
static const QString & thePlayStreamDefaultToolTip ()
 
static const QString & thePlayHostToolTip ()
 
static const QString & thePlayPortToolTip ()
 
static const QString & theSpeedFactorToolTip ()
 
static const QString & theOffsetToolTip ()
 
static const QString & theGStreamerRecordToolTip ()
 
static const QString & theGStreamerPlayWindowToolTip ()
 
static const QString & theGStreamerPlayStreamToolTip ()
 

Protected Attributes

DtLoggerApplicationmyApplication
 
const DtLgrFullInterfacemyInterface
 
QHBoxLayout * myRecordLayout
 
QLabelmyRecordLabel
 
QFrame * myRecordLine
 
QCheckBox * myRecordDefault
 
QLabelmyRecordPortLabel
 
QSpinBox * myRecordPort
 
QHBoxLayout * myPlayLayout
 
QLabelmyPlayLabel
 
QFrame * myPlayLine
 
QCheckBox * myPlayWindowDefault
 
QCheckBox * myPlayStreamDefault
 
QLabelmyPlayHostLabel
 
QLineEdit * myPlayHostLineEdit
 
QLabelmyPlayPortLabel
 
QSpinBox * myPlayPortSpinBox
 
QLabelmySpeedFactorLabel
 
QDoubleSpinBoxmySpeedFactorSpinBox
 
QLabelmyOffsetLabel
 
QDoubleSpinBoxmyOffsetSpinBox
 
QHBoxLayout * myAdvancedLayout
 
QLabelmyAdvancedLabel
 
QFrame * myAdvancedLine
 
QLabelmyyGStreamerRecordLabel
 
QLineEdit * myGStreamerRecordLineEdit
 
QLabelmyyGStreamerPlayWindowLabel
 
QLineEdit * myGStreamerPlayWindowLineEdit
 
QLabelmyyGStreamerPlayStreamLabel
 
QLineEdit * myGStreamerPlayStreamLineEdit
 

Detailed Description

The network settings page for the preferences dialog.

Constructor & Destructor Documentation

MAKLogger::DtLgrVideoPrefPage::DtLgrVideoPrefPage ( DtLoggerApplication app,
QWidget parent,
Qt::WindowFlags  f = 0 
)

CTOR.

virtual MAKLogger::DtLgrVideoPrefPage::~DtLgrVideoPrefPage ( )
virtual

DTOR.

Member Function Documentation

virtual void MAKLogger::DtLgrVideoPrefPage::accept ( )
virtual

Accepts current input.

Implements MAKLogger::DtPage.

virtual void MAKLogger::DtLgrVideoPrefPage::activate ( )
protectedvirtual

Called when the page is displayed.

Implements MAKLogger::DtPage.

virtual void MAKLogger::DtLgrVideoPrefPage::deactivate ( )
protectedvirtual

Called when the page is hidden.

Implements MAKLogger::DtPage.

virtual QIcon MAKLogger::DtLgrVideoPrefPage::icon ( )
virtual

Get the icon of the page.

Implements MAKLogger::DtPage.

virtual void MAKLogger::DtLgrVideoPrefPage::load ( )
virtual

Loads the current configuration values and populates the page.

Implements MAKLogger::DtPage.

virtual const std::string& MAKLogger::DtLgrVideoPrefPage::pageClassName ( ) const
virtual

Get the class name of the page.

Implements MAKLogger::DtPage.

virtual DtQIconConfigurations MAKLogger::DtLgrVideoPrefPage::qIconConfigurations ( ) const
virtual

Get the icon configurations for the page.

This is used to style the page's icon based on application settings.

Implements MAKLogger::DtPage.

virtual void MAKLogger::DtLgrVideoPrefPage::reject ( )
virtual

Rejects current input.

Implements MAKLogger::DtPage.

virtual void MAKLogger::DtLgrVideoPrefPage::saveConfiguration ( ) const
virtual
static const QString& MAKLogger::DtLgrVideoPrefPage::theGStreamerPlayStreamToolTip ( )
staticprotected
static const QString& MAKLogger::DtLgrVideoPrefPage::theGStreamerPlayWindowToolTip ( )
staticprotected
static const QString& MAKLogger::DtLgrVideoPrefPage::theGStreamerRecordToolTip ( )
staticprotected
static const QString& MAKLogger::DtLgrVideoPrefPage::theOffsetToolTip ( )
staticprotected
static const std::string& MAKLogger::DtLgrVideoPrefPage::thePageClassName ( )
static

Get the class name of the class.

static const QString& MAKLogger::DtLgrVideoPrefPage::thePlayHostToolTip ( )
staticprotected
static const QString& MAKLogger::DtLgrVideoPrefPage::thePlayPortToolTip ( )
staticprotected
static const QString& MAKLogger::DtLgrVideoPrefPage::thePlayStreamDefaultToolTip ( )
staticprotected
static const QString& MAKLogger::DtLgrVideoPrefPage::thePlayWindowDefaultToolTip ( )
staticprotected
static const QString& MAKLogger::DtLgrVideoPrefPage::theRecordDefaultToolTip ( )
staticprotected
static const QString& MAKLogger::DtLgrVideoPrefPage::theRecordPortToolTip ( )
staticprotected
static const QString& MAKLogger::DtLgrVideoPrefPage::theSpeedFactorToolTip ( )
staticprotected
virtual QString MAKLogger::DtLgrVideoPrefPage::title ( )
virtual

Get the title of the page.

Implements MAKLogger::DtPage.

Member Data Documentation

QLabel* MAKLogger::DtLgrVideoPrefPage::myAdvancedLabel
protected
QHBoxLayout* MAKLogger::DtLgrVideoPrefPage::myAdvancedLayout
protected
QFrame* MAKLogger::DtLgrVideoPrefPage::myAdvancedLine
protected
DtLoggerApplication& MAKLogger::DtLgrVideoPrefPage::myApplication
protected
QLineEdit* MAKLogger::DtLgrVideoPrefPage::myGStreamerPlayStreamLineEdit
protected
QLineEdit* MAKLogger::DtLgrVideoPrefPage::myGStreamerPlayWindowLineEdit
protected
QLineEdit* MAKLogger::DtLgrVideoPrefPage::myGStreamerRecordLineEdit
protected
const DtLgrFullInterface* MAKLogger::DtLgrVideoPrefPage::myInterface
protected
QLabel* MAKLogger::DtLgrVideoPrefPage::myOffsetLabel
protected
QDoubleSpinBox* MAKLogger::DtLgrVideoPrefPage::myOffsetSpinBox
protected
QLabel* MAKLogger::DtLgrVideoPrefPage::myPlayHostLabel
protected
QLineEdit* MAKLogger::DtLgrVideoPrefPage::myPlayHostLineEdit
protected
QLabel* MAKLogger::DtLgrVideoPrefPage::myPlayLabel
protected
QHBoxLayout* MAKLogger::DtLgrVideoPrefPage::myPlayLayout
protected
QFrame* MAKLogger::DtLgrVideoPrefPage::myPlayLine
protected
QLabel* MAKLogger::DtLgrVideoPrefPage::myPlayPortLabel
protected
QSpinBox* MAKLogger::DtLgrVideoPrefPage::myPlayPortSpinBox
protected
QCheckBox* MAKLogger::DtLgrVideoPrefPage::myPlayStreamDefault
protected
QCheckBox* MAKLogger::DtLgrVideoPrefPage::myPlayWindowDefault
protected
QCheckBox* MAKLogger::DtLgrVideoPrefPage::myRecordDefault
protected
QLabel* MAKLogger::DtLgrVideoPrefPage::myRecordLabel
protected
QHBoxLayout* MAKLogger::DtLgrVideoPrefPage::myRecordLayout
protected
QFrame* MAKLogger::DtLgrVideoPrefPage::myRecordLine
protected
QSpinBox* MAKLogger::DtLgrVideoPrefPage::myRecordPort
protected
QLabel* MAKLogger::DtLgrVideoPrefPage::myRecordPortLabel
protected
QLabel* MAKLogger::DtLgrVideoPrefPage::mySpeedFactorLabel
protected
QDoubleSpinBox* MAKLogger::DtLgrVideoPrefPage::mySpeedFactorSpinBox
protected
QLabel* MAKLogger::DtLgrVideoPrefPage::myyGStreamerPlayStreamLabel
protected
QLabel* MAKLogger::DtLgrVideoPrefPage::myyGStreamerPlayWindowLabel
protected
QLabel* MAKLogger::DtLgrVideoPrefPage::myyGStreamerRecordLabel
protected

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

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)