libyui-ncurses
2.44.1
|
#include <NCOptionalWidgetFactory.h>
Protected Member Functions | |
NCOptionalWidgetFactory () | |
virtual | ~NCOptionalWidgetFactory () |
bool | hasDumbTab () |
NCDumbTab * | createDumbTab (YWidget *parent) |
Friends | |
class | YNCursesUI |
Widget factory for optional ("special") widgets.
Remember to always check with the corresponding "has..()" method if the current UI actually provides the requested widget. Otherwise the "create...()" method will throw an exception.
Definition at line 40 of file NCOptionalWidgetFactory.h.
|
protected |
Constructor.
Use YUI::optionalWidgetFactory() to get the singleton for this class.
Definition at line 34 of file NCOptionalWidgetFactory.cc.
|
protectedvirtual |
Destructor.
Definition at line 41 of file NCOptionalWidgetFactory.cc.