Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Private Slots | Private Attributes | List of all members
MediaPropertiesDialog Class Reference

The MediaPropertiesDialog class. More...

#include <mediapropertiesdialog.h>

Inheritance diagram for MediaPropertiesDialog:

Public Member Functions

 MediaPropertiesDialog (QWidget *parent, Media *i)
 MediaPropertiesDialog Constructor. More...
 

Private Slots

void accept ()
 Overridden accept function for saving the properties back to the Media class. More...
 

Private Attributes

QComboBox * interlacing_box
 ComboBox for interlacing setting. More...
 
QLineEdit * name_box
 Media name text field. More...
 
Mediaitem
 Internal pointer to Media object (set in constructor) More...
 
QListWidget * track_list
 A list widget for listing the tracks in Media. More...
 
QDoubleSpinBox * conform_fr
 Frame rate to conform to. More...
 
QCheckBox * premultiply_alpha_setting
 Setting for associated/premultiplied alpha. More...
 

Detailed Description

The MediaPropertiesDialog class.

A dialog for setting properties on Media. This can be loaded from any part of the application provided it's given a valid Media object.

Constructor & Destructor Documentation

MediaPropertiesDialog::MediaPropertiesDialog ( QWidget *  parent,
Media i 
)

MediaPropertiesDialog Constructor.

Parameters
parentQWidget parent. Usually MainWindow or Project panel.
iMedia object to set properties for.

Member Function Documentation

void MediaPropertiesDialog::accept ( )
privateslot

Overridden accept function for saving the properties back to the Media class.

Member Data Documentation

QDoubleSpinBox* MediaPropertiesDialog::conform_fr
private

Frame rate to conform to.

QComboBox* MediaPropertiesDialog::interlacing_box
private

ComboBox for interlacing setting.

Media* MediaPropertiesDialog::item
private

Internal pointer to Media object (set in constructor)

QLineEdit* MediaPropertiesDialog::name_box
private

Media name text field.

QCheckBox* MediaPropertiesDialog::premultiply_alpha_setting
private

Setting for associated/premultiplied alpha.

QListWidget* MediaPropertiesDialog::track_list
private

A list widget for listing the tracks in Media.


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