Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdesigner_internal::PropertySheetPixmapValue Class Reference

#include <qdesigner_utils_p.h>

+ Collaboration diagram for qdesigner_internal::PropertySheetPixmapValue:

Public Types

enum  PixmapSource { LanguageResourcePixmap , ResourcePixmap , FilePixmap }
 

Public Member Functions

 PropertySheetPixmapValue (const QString &path)
 
 PropertySheetPixmapValue ()
 
PixmapSource pixmapSource (QDesignerFormEditorInterface *core) const
 
QString path () const
 
void setPath (const QString &path)
 

Static Public Member Functions

static PixmapSource getPixmapSource (QDesignerFormEditorInterface *core, const QString &path)
 

Friends

size_t qHash (const PropertySheetPixmapValue &p, size_t seed=0) noexcept
 
bool comparesEqual (const PropertySheetPixmapValue &lhs, const PropertySheetPixmapValue &rhs) noexcept
 

Detailed Description

Definition at line 212 of file qdesigner_utils_p.h.

Member Enumeration Documentation

◆ PixmapSource

Enumerator
LanguageResourcePixmap 
ResourcePixmap 
FilePixmap 

Definition at line 219 of file qdesigner_utils_p.h.

Constructor & Destructor Documentation

◆ PropertySheetPixmapValue() [1/2]

qdesigner_internal::PropertySheetPixmapValue::PropertySheetPixmapValue ( const QString & path)

Definition at line 264 of file qdesigner_utils.cpp.

◆ PropertySheetPixmapValue() [2/2]

qdesigner_internal::PropertySheetPixmapValue::PropertySheetPixmapValue ( )
default

Member Function Documentation

◆ getPixmapSource()

PropertySheetPixmapValue::PixmapSource qdesigner_internal::PropertySheetPixmapValue::getPixmapSource ( QDesignerFormEditorInterface * core,
const QString & path )
static

Definition at line 270 of file qdesigner_utils.cpp.

◆ path()

QString qdesigner_internal::PropertySheetPixmapValue::path ( ) const

Definition at line 277 of file qdesigner_utils.cpp.

◆ pixmapSource()

PixmapSource qdesigner_internal::PropertySheetPixmapValue::pixmapSource ( QDesignerFormEditorInterface * core) const
inline

Definition at line 222 of file qdesigner_utils_p.h.

◆ setPath()

void qdesigner_internal::PropertySheetPixmapValue::setPath ( const QString & path)

Definition at line 282 of file qdesigner_utils.cpp.

Friends And Related Symbol Documentation

◆ comparesEqual

bool comparesEqual ( const PropertySheetPixmapValue & lhs,
const PropertySheetPixmapValue & rhs )
friend

Definition at line 232 of file qdesigner_utils_p.h.

◆ qHash

size_t qHash ( const PropertySheetPixmapValue & p,
size_t seed = 0 )
friend

Definition at line 228 of file qdesigner_utils_p.h.


The documentation for this class was generated from the following files: