KDEUI
KStyle::OptionBase< EventualSubtype, BaseType > Struct Template Reference
[KStyle option representation]
Intermediatary base that helps implement subtypes of Option that properly handle defaults.
More...
#include <kstyle.h>
Inheritance diagram for KStyle::OptionBase< EventualSubtype, BaseType >:

Static Public Member Functions | |
static EventualSubtype * | defaultOption () |
Detailed Description
template<typename EventualSubtype, typename BaseType>
struct KStyle::OptionBase< EventualSubtype, BaseType >
Intermediatary base that helps implement subtypes of Option that properly handle defaults.
EventualSubtype --- the type of option which will be implemented by inheritting of this class
BaseType --- the type of option from which this should inherit
Definition at line 253 of file kstyle.h.
Member Function Documentation
template<typename EventualSubtype , typename BaseType >
static EventualSubtype* KStyle::OptionBase< EventualSubtype, BaseType >::defaultOption | ( | ) | [inline, static] |
The documentation for this struct was generated from the following file: