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::IconSelectorPrivate Class Reference
+ Collaboration diagram for qdesigner_internal::IconSelectorPrivate:

Public Member Functions

 IconSelectorPrivate ()=default
 
void slotStateActivated ()
 
void slotSetActivated ()
 
void slotSetResourceActivated ()
 
void slotSetFileActivated ()
 
void slotResetActivated ()
 
void slotResetAllActivated ()
 
void slotUpdate ()
 
std::pair< QIcon::Mode, QIcon::StatecurrentState () const
 
 IconSelectorPrivate ()=default
 
void slotStateActivated ()
 
void slotSetActivated ()
 
void slotSetResourceActivated ()
 
void slotSetFileActivated ()
 
void slotResetActivated ()
 
void slotResetAllActivated ()
 
void slotUpdate ()
 
std::pair< QIcon::Mode, QIcon::StatecurrentState () const
 

Public Attributes

const QIcon m_emptyIcon
 
QComboBoxm_stateComboBox = nullptr
 
QToolButtonm_iconButton = nullptr
 
QActionm_resetAction = nullptr
 
QActionm_resetAllAction = nullptr
 
PropertySheetIconValue m_icon
 
DesignerIconCachem_iconCache = nullptr
 
DesignerPixmapCachem_pixmapCache = nullptr
 
QtResourceModelm_resourceModel = nullptr
 
QDesignerFormEditorInterfacem_core = nullptr
 

Detailed Description

Definition at line 212 of file iconselector.cpp.

Constructor & Destructor Documentation

◆ IconSelectorPrivate() [1/2]

qdesigner_internal::IconSelectorPrivate::IconSelectorPrivate ( )
default

◆ IconSelectorPrivate() [2/2]

qdesigner_internal::IconSelectorPrivate::IconSelectorPrivate ( )
default

Member Function Documentation

◆ currentState() [1/2]

std::pair< QIcon::Mode, QIcon::State > qdesigner_internal::IconSelectorPrivate::currentState ( ) const
inline

Definition at line 227 of file iconselector.cpp.

References m_stateComboBox.

◆ currentState() [2/2]

std::pair< QIcon::Mode, QIcon::State > qdesigner_internal::IconSelectorPrivate::currentState ( ) const
inline

Definition at line 227 of file iconselector.cpp.

◆ slotResetActivated() [1/2]

void qdesigner_internal::IconSelectorPrivate::slotResetActivated ( )

Definition at line 416 of file iconselector.cpp.

References slotUpdate().

+ Here is the call graph for this function:

◆ slotResetActivated() [2/2]

void qdesigner_internal::IconSelectorPrivate::slotResetActivated ( )

◆ slotResetAllActivated() [1/2]

void qdesigner_internal::IconSelectorPrivate::slotResetAllActivated ( )

Definition at line 429 of file iconselector.cpp.

References slotUpdate().

+ Here is the call graph for this function:

◆ slotResetAllActivated() [2/2]

void qdesigner_internal::IconSelectorPrivate::slotResetAllActivated ( )

◆ slotSetActivated() [1/2]

void qdesigner_internal::IconSelectorPrivate::slotSetActivated ( )

Definition at line 277 of file iconselector.cpp.

References slotSetFileActivated(), and slotSetResourceActivated().

+ Here is the call graph for this function:

◆ slotSetActivated() [2/2]

void qdesigner_internal::IconSelectorPrivate::slotSetActivated ( )

◆ slotSetFileActivated() [1/2]

void qdesigner_internal::IconSelectorPrivate::slotSetFileActivated ( )

Definition at line 400 of file iconselector.cpp.

References slotUpdate().

Referenced by slotSetActivated().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ slotSetFileActivated() [2/2]

void qdesigner_internal::IconSelectorPrivate::slotSetFileActivated ( )

◆ slotSetResourceActivated() [1/2]

void qdesigner_internal::IconSelectorPrivate::slotSetResourceActivated ( )

Definition at line 316 of file iconselector.cpp.

References slotUpdate().

Referenced by slotSetActivated().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ slotSetResourceActivated() [2/2]

void qdesigner_internal::IconSelectorPrivate::slotSetResourceActivated ( )

◆ slotStateActivated() [1/2]

void qdesigner_internal::IconSelectorPrivate::slotStateActivated ( )

Definition at line 272 of file iconselector.cpp.

References slotUpdate().

+ Here is the call graph for this function:

◆ slotStateActivated() [2/2]

void qdesigner_internal::IconSelectorPrivate::slotStateActivated ( )

◆ slotUpdate() [1/2]

void qdesigner_internal::IconSelectorPrivate::slotUpdate ( )

Definition at line 246 of file iconselector.cpp.

References m_stateComboBox, qdesigner_internal::stateToName, and qdesigner_internal::stateToNameSize.

Referenced by slotResetActivated(), slotResetAllActivated(), slotSetFileActivated(), slotSetResourceActivated(), and slotStateActivated().

+ Here is the caller graph for this function:

◆ slotUpdate() [2/2]

void qdesigner_internal::IconSelectorPrivate::slotUpdate ( )

Member Data Documentation

◆ m_core

QDesignerFormEditorInterface * qdesigner_internal::IconSelectorPrivate::m_core = nullptr

Definition at line 243 of file iconselector.cpp.

◆ m_emptyIcon

const QIcon qdesigner_internal::IconSelectorPrivate::m_emptyIcon

Definition at line 234 of file iconselector.cpp.

◆ m_icon

PropertySheetIconValue qdesigner_internal::IconSelectorPrivate::m_icon

Definition at line 239 of file iconselector.cpp.

◆ m_iconButton

QToolButton * qdesigner_internal::IconSelectorPrivate::m_iconButton = nullptr

Definition at line 236 of file iconselector.cpp.

◆ m_iconCache

DesignerIconCache * qdesigner_internal::IconSelectorPrivate::m_iconCache = nullptr

Definition at line 240 of file iconselector.cpp.

◆ m_pixmapCache

DesignerPixmapCache * qdesigner_internal::IconSelectorPrivate::m_pixmapCache = nullptr

Definition at line 241 of file iconselector.cpp.

◆ m_resetAction

QAction * qdesigner_internal::IconSelectorPrivate::m_resetAction = nullptr

Definition at line 237 of file iconselector.cpp.

◆ m_resetAllAction

QAction * qdesigner_internal::IconSelectorPrivate::m_resetAllAction = nullptr

Definition at line 238 of file iconselector.cpp.

◆ m_resourceModel

QtResourceModel * qdesigner_internal::IconSelectorPrivate::m_resourceModel = nullptr

Definition at line 242 of file iconselector.cpp.

◆ m_stateComboBox

QComboBox * qdesigner_internal::IconSelectorPrivate::m_stateComboBox = nullptr

Definition at line 235 of file iconselector.cpp.

Referenced by currentState(), and slotUpdate().


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