Redmond::RedmondDecoFactory Class Reference
Inheritance diagram for Redmond::RedmondDecoFactory:

Public Member Functions | |
RedmondDecoFactory () | |
virtual | ~RedmondDecoFactory () |
virtual KDecoration * | createDecoration (KDecorationBridge *) |
virtual bool | reset (unsigned long) |
virtual bool | supports (Ability ability) |
virtual QValueList< BorderSize > | borderSizes () const |
Detailed Description
Definition at line 117 of file redmond.h.
Member Function Documentation
|
This function must be reimplemented to create decoration objects. The argument should be passed to the KDecoration constructor, the second KDecoration argument should be this factory object. Implements KDecorationFactory. Definition at line 914 of file redmond.cpp. |
|
Reimplement this function if your decoration supports more border sizes than the default one (BorderNormal). The returned list must contain all supported sizes, ordered from the smallest to the largest one. By default, only BorderNormal is returned. Reimplemented from KDecorationFactory. Definition at line 949 of file redmond.cpp. References KDecorationDefines::BorderHuge, KDecorationDefines::BorderLarge, KDecorationDefines::BorderNormal, KDecorationDefines::BorderOversized, KDecorationDefines::BorderVeryHuge, and KDecorationDefines::BorderVeryLarge. |
The documentation for this class was generated from the following files: