Gnash
0.8.10
|
Named constructors. More...
Classes | |
class | FBGlue |
class | FBAggGlue |
class | FBgles1Glue |
class | FBgles2Glue |
class | FBOvgGlue |
class | FBGui |
class | GtkOvgGlue |
Typedefs | |
typedef void | FbWidget |
Functions | |
std::auto_ptr< Gui > | createFBGui (unsigned long windowid, float scale, bool do_loop, RunResources &r) |
void | terminate_signal (int) |
Called on CTRL-C and alike. | |
std::auto_ptr< Gui > | createFBGui (unsigned long, float, bool, RunResourcesfloat, bool, unsigned int) |
Variables | |
int | terminate_request = false |
Named constructors.
typedef void gnash::gui::FbWidget |
std::auto_ptr<Gui> gnash::gui::createFBGui | ( | unsigned | long, |
float | , | ||
bool | , | ||
RunResourcesfloat | , | ||
bool | , | ||
unsigned | int | ||
) |
std::auto_ptr< Gui > gnash::gui::createFBGui | ( | unsigned long | windowid, |
float | scale, | ||
bool | do_loop, | ||
RunResources & | r | ||
) |
void gnash::gui::terminate_signal | ( | int | ) |
int gnash::gui::terminate_request = false |
Referenced by terminate_signal(), and gnash::gui::FBGui::run().