Gnash  0.8.11dev
Classes | Typedefs | Functions | Variables
gnash::gui Namespace Reference

Named constructors. More...

Classes

class  FBAggGlue
 
class  FBgles1Glue
 
class  FBgles2Glue
 
class  FBGlue
 
class  FBGui
 
class  FBOvgGlue
 
class  GtkOvgGlue
 

Typedefs

typedef void FbWidget
 

Functions

std::unique_ptr< GuicreateFBGui (unsigned long windowid, float scale, bool do_loop, RunResources &r)
 
void terminate_signal (int)
 Called on CTRL-C and alike. More...
 
std::unique_ptr< GuicreateFBGui (unsigned long, float, bool, RunResourcesfloat, bool, unsigned int)
 

Variables

int terminate_request = false
 

Detailed Description

Named constructors.

Typedef Documentation

§ FbWidget

typedef void gnash::gui::FbWidget

Function Documentation

§ createFBGui() [1/2]

std::unique_ptr<Gui> gnash::gui::createFBGui ( unsigned  long,
float  ,
bool  ,
RunResourcesfloat  ,
bool  ,
unsigned  int 
)

§ createFBGui() [2/2]

std::unique_ptr< Gui > gnash::gui::createFBGui ( unsigned long  windowid,
float  scale,
bool  do_loop,
RunResources r 
)

§ terminate_signal()

void gnash::gui::terminate_signal ( int  )

Called on CTRL-C and alike.

Referenced by gnash::gui::FBGui::FBGui().

Variable Documentation

§ terminate_request

int gnash::gui::terminate_request = false