KPropertyEditorCreatorOptions

Search for usage in LXR

KPropertyEditorCreatorOptions Class Reference

#include <KPropertyWidgetsFactory.h>

Public Member Functions

 KPropertyEditorCreatorOptions (const KPropertyEditorCreatorOptions &other)
 
bool bordersVisible () const
 
bool operator!= (const KPropertyEditorCreatorOptions &other) const
 
KPropertyEditorCreatorOptionsoperator= (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!=()

bool KPropertyEditorCreatorOptions::operator!= ( const KPropertyEditorCreatorOptions & other) const
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:15:40 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.