|
libyui
|
#include <YUILoader.h>
Static Public Member Functions | |
| static void | loadUI (bool withThreads=false) |
| static void | loadPlugin (const string &name, bool withThreads=false) |
| static bool | pluginExists (const string &pluginBaseName) |
Class to load one of the concrete UI plug-ins: Qt, NCurses, Gtk.
| void YUILoader::loadPlugin | ( | const string & | name, |
| bool | withThreads = false |
||
| ) | [static] |
Load a UI plug-in. 'name' is one of the YUIPlugin_ -defines above.
This might throw exceptions.
| void YUILoader::loadUI | ( | bool | withThreads = false | ) | [static] |
Load any of the available UI plug-ins in this order:
1.7.3