YWidgetOpt Struct Reference
collection of various widget options to be passed transparently through the various library layers.
More...
#include <YWidgetOpt.h>
List of all members.
Detailed Description
collection of various widget options to be passed transparently through the various library layers.
This is a struct and not an object since there is neither a constructor that would make much sense nor a destructor: The data members are designed to initialize themselves properly, and we might as well use their well-defined access methods rather than create another layer of wrappers which would just add to overhead and confusion.
Just never use anything other than YAnyOpt and classes derived from it here, and everything will be fine.
This struct is transparently passed from YUIInterpreter::createWidget() through the YUInterpreter::create???() and Y??UI::create???() methods down to the YWidget derived constructors and the YWidget constructor itself. The general idea is to have a container for such widget options from where any of those layers can read whatever they are interested in, yet ignore what they don't know or don't want.
Member Data Documentation
The documentation for this struct was generated from the following file:
Generated on Fri Jun 16 18:07:47 2006 for yast2-core by
1.4.6