libyui-ncurses  2.44.1
 All Classes Functions Variables
NCOptionalWidgetFactory Class Reference

#include <NCOptionalWidgetFactory.h>

Inheritance diagram for NCOptionalWidgetFactory:
Collaboration diagram for NCOptionalWidgetFactory:

Protected Member Functions

 NCOptionalWidgetFactory ()
 
virtual ~NCOptionalWidgetFactory ()
 
bool hasDumbTab ()
 
NCDumbTabcreateDumbTab (YWidget *parent)
 

Friends

class YNCursesUI
 

Detailed Description

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.

Constructor & Destructor Documentation

NCOptionalWidgetFactory::NCOptionalWidgetFactory ( )
protected

Constructor.

Use YUI::optionalWidgetFactory() to get the singleton for this class.

Definition at line 34 of file NCOptionalWidgetFactory.cc.

NCOptionalWidgetFactory::~NCOptionalWidgetFactory ( )
protectedvirtual

Destructor.

Definition at line 41 of file NCOptionalWidgetFactory.cc.


The documentation for this class was generated from the following files: