QtlMovie 1.12 (A specialized FFmpeg front-end)
QtlMovieHelp Class Reference

A class to display help files in an external browser. More...

Public Member Functions

 QtlMovieHelp ()
 Constructor. More...
 
virtual ~QtlMovieHelp ()
 Virtual destructor. More...
 
void showHelp (QObject *parent, const QString &fragment=QString())
 Display a help HTML file in the external browser. More...
 
QUrl urlOf (QObject *parent, const QString &fragment=QString())
 Build the URL for a help HTML file. More...
 

Private Attributes

QTemporaryDir * _tempDir
 Directory for temporary files. More...
 

Detailed Description

A class to display help files in an external browser.

Constructor & Destructor Documentation

◆ QtlMovieHelp()

QtlMovieHelp::QtlMovieHelp ( )

Constructor.

◆ ~QtlMovieHelp()

QtlMovieHelp::~QtlMovieHelp ( )
virtual

Virtual destructor.

Member Function Documentation

◆ showHelp()

void QtlMovieHelp::showHelp ( QObject *  parent,
const QString &  fragment = QString() 
)

Display a help HTML file in the external browser.

Parameters
[in]parentParent object/widget for error messages. If not a widget, find first widget in its hierarchy.
[in]fragmentOption fragment inside the help file (trailing "#fragment" in URL).

◆ urlOf()

QUrl QtlMovieHelp::urlOf ( QObject *  parent,
const QString &  fragment = QString() 
)

Build the URL for a help HTML file.

Parameters
[in]parentParent object/widget for error messages. If not a widget, find first widget in its hierarchy.
[in]fragmentOption fragment inside the help file (trailing "#fragment" in URL).

Member Data Documentation

◆ _tempDir

QTemporaryDir* QtlMovieHelp::_tempDir
private

Directory for temporary files.


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