KPropertyEditorCreatorOptions
#include <KPropertyWidgetsFactory.h>
Public Member Functions | |
| KPropertyEditorCreatorOptions (const KPropertyEditorCreatorOptions &other) | |
| bool | bordersVisible () const | 
| bool | operator!= (const KPropertyEditorCreatorOptions &other) const | 
| KPropertyEditorCreatorOptions & | operator= (const KPropertyEditorCreatorOptions &other) | 
| bool | operator== (const KPropertyEditorCreatorOptions &other) const | 
| void | setBordersVisible (bool visible) | 
Detailed Description
Options for altering the editor widget creation process.
- See also
 - KPropertyEditorCreatorInterface::createEditor().
 
- Since
 - 3.1
 
Definition at line 39 of file KPropertyWidgetsFactory.h.
Constructor & Destructor Documentation
◆ KPropertyEditorCreatorOptions() [1/2]
| KPropertyEditorCreatorOptions::KPropertyEditorCreatorOptions | ( | ) | 
Definition at line 231 of file KPropertyWidgetsFactory.cpp.
◆ KPropertyEditorCreatorOptions() [2/2]
| KPropertyEditorCreatorOptions::KPropertyEditorCreatorOptions | ( | const KPropertyEditorCreatorOptions & | other | ) | 
Definition at line 236 of file KPropertyWidgetsFactory.cpp.
◆ ~KPropertyEditorCreatorOptions()
| KPropertyEditorCreatorOptions::~KPropertyEditorCreatorOptions | ( | ) | 
Definition at line 241 of file KPropertyWidgetsFactory.cpp.
Member Function Documentation
◆ bordersVisible()
| bool KPropertyEditorCreatorOptions::bordersVisible | ( | ) | const | 
In order to have better look of the widget within the property editor view, we are usually hiding borders from the widget (see FactoryManager::createEditor()) and adding 1 pixel 'gray border' on the top. Default value of bordersVisible is false. 
Definition at line 246 of file KPropertyWidgetsFactory.cpp.
◆ operator!=()
      
  | 
  inline | 
- Returns
 - true if these options differs in at least one value from other
 
Definition at line 61 of file KPropertyWidgetsFactory.h.
◆ operator=()
| KPropertyEditorCreatorOptions & KPropertyEditorCreatorOptions::operator= | ( | const KPropertyEditorCreatorOptions & | other | ) | 
Assigns other to this KPropertyEditorCreatorOptions.
Definition at line 256 of file KPropertyWidgetsFactory.cpp.
◆ operator==()
| bool KPropertyEditorCreatorOptions::operator== | ( | const KPropertyEditorCreatorOptions & | other | ) | const | 
- Returns
 - true if these options have exactly the same values options as other
 
Definition at line 264 of file KPropertyWidgetsFactory.cpp.
◆ setBordersVisible()
| void KPropertyEditorCreatorOptions::setBordersVisible | ( | bool | visible | ) | 
Definition at line 251 of file KPropertyWidgetsFactory.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:56:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.