MovieViewCustomGui Class Reference

#include <customgui_movieview.h>

Inheritance diagram for MovieViewCustomGui:

Detailed Description

Movie viewer custom GUI (CUSTOMGUI_MOVIEVIEW). Currently Mac only.

Public Member Functions

Bool SetMovie (const Filename &f)
 
- Public Member Functions inherited from BaseCustomGui< 1022263 >
Int32 GetWidth ()
 
Int32 GetHeight ()
 
void Redraw ()
 
Bool LayoutChanged ()
 
Bool Activate ()
 
Bool SetDefaultForResEdit ()
 
Bool SetData (const TriState< GeData > &tristate)
 
TriState< GeDataGetData ()
 
void SetLayoutMode (Int32 mode)
 
Int32 GetLayoutMode ()
 
Bool SupportLayoutSwitch ()
 
- Public Member Functions inherited from _BaseCustomGui
Int32 GetWidth (Int32 plugid)
 
Int32 GetHeight (Int32 plugid)
 
void Redraw (Int32 plugid)
 
Bool LayoutChanged (Int32 plugid)
 
Bool Activate (Int32 plugid)
 
Bool SetDefaultForResEdit (Int32 plugid)
 
Bool SetData (Int32 plugid, const TriState< GeData > &tristate)
 
TriState< GeDataGetData (Int32 plugid)
 
void SetLayoutMode (Int32 plugid, Int32 mode)
 
Int32 GetLayoutMode (Int32 plugid)
 
Bool SupportLayoutSwitch (Int32 plugid)
 

Private Member Functions

 MovieViewCustomGui ()
 
 ~MovieViewCustomGui ()
 

Additional Inherited Members

- Static Public Attributes inherited from BaseCustomGui< 1022263 >
static constexpr Int32 VALUE
 

Constructor & Destructor Documentation

◆ MovieViewCustomGui()

MovieViewCustomGui ( )
private

◆ ~MovieViewCustomGui()

~MovieViewCustomGui ( )
private

Member Function Documentation

◆ SetMovie()

Bool SetMovie ( const Filename f)

Sets the filename of the movie to be displayed.

Parameters
[in]fThe filename of the movie.
Returns
true if the movie could be loaded, otherwise false.