OMH::ExportFramesSettings Class Reference

Public Member Functions

 ExportFramesSettings (QString i_file_path="", QString i_file_name="", QString i_image_format="png", int i_start_frame=1, int i_end_frame=-1, int i_width=-1, int i_height=-1, int i_trailing_zeros=0)
 The default constructor, with all parameters optional. More...
 

Public Attributes

QString file_name
 The file name of the generated video. More...
 
QString image_format
 The image file format of the frames. "png" by default. Available formats: "tvg","tga","scan","pal","sgi","opt","yuv","omf","psd","png","tif","tiff","jpg","jpe","jpeg","bmp". More...
 
int width
 The horizontal pixel resolution. The width resolution of the scene by default. More...
 
int height
 The vertical pixel resolution. The height resolution of the scene by default. More...
 
int trailing_zeros
 The traling zeros before the frame number on the export file names. 0 by default. More...
 
QString file_path
 The complete file path to the generated file. More...
 
int start_frame
 The first frame to be exported. 1 by default. More...
 
int end_frame
 The last frame to be exported. The last frame of the scene by default. More...
 

Constructor & Destructor Documentation

◆ ExportFramesSettings()

OMH::ExportFramesSettings::ExportFramesSettings ( QString  i_file_path = "",
QString  i_file_name = "",
QString  i_image_format = "png",
int  i_start_frame = 1,
int  i_end_frame = -1,
int  i_width = -1,
int  i_height = -1,
int  i_trailing_zeros = 0 
)

The default constructor, with all parameters optional.

Member Data Documentation

◆ end_frame

int OMH::ExportSettingsBase::end_frame
inherited

The last frame to be exported. The last frame of the scene by default.

◆ file_name

QString OMH::ExportFramesSettings::file_name

The file name of the generated video.

◆ file_path

QString OMH::ExportSettingsBase::file_path
inherited

The complete file path to the generated file.

◆ height

int OMH::ExportFramesSettings::height

The vertical pixel resolution. The height resolution of the scene by default.

◆ image_format

QString OMH::ExportFramesSettings::image_format

The image file format of the frames. "png" by default. Available formats: "tvg","tga","scan","pal","sgi","opt","yuv","omf","psd","png","tif","tiff","jpg","jpe","jpeg","bmp".

◆ start_frame

int OMH::ExportSettingsBase::start_frame
inherited

The first frame to be exported. 1 by default.

◆ trailing_zeros

int OMH::ExportFramesSettings::trailing_zeros

The traling zeros before the frame number on the export file names. 0 by default.

◆ width

int OMH::ExportFramesSettings::width

The horizontal pixel resolution. The width resolution of the scene by default.

Inheritance diagram for OMH::ExportFramesSettings:
Collaboration diagram for OMH::ExportFramesSettings: