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

Public Types

using PreviewDataList = QList<PreviewData>
 

Public Member Functions

 PreviewManagerPrivate (PreviewManager::PreviewMode mode)
 
 PreviewManagerPrivate (PreviewManager::PreviewMode mode)
 

Public Attributes

const PreviewManager::PreviewMode m_mode
 
QPointer< QWidgetm_activePreview
 
PreviewDataList m_previews
 
QMap< QString, DeviceSkinParametersm_deviceSkinConfigCache
 
QDesignerFormEditorInterfacem_core
 
bool m_updateBlocked
 

Detailed Description

Definition at line 524 of file previewmanager.cpp.

Member Typedef Documentation

◆ PreviewDataList

Constructor & Destructor Documentation

◆ PreviewManagerPrivate() [1/2]

qdesigner_internal::PreviewManagerPrivate::PreviewManagerPrivate ( PreviewManager::PreviewMode mode)

Definition at line 542 of file previewmanager.cpp.

References PreviewManagerPrivate(), m_core, and m_updateBlocked.

Referenced by PreviewManagerPrivate().

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

◆ PreviewManagerPrivate() [2/2]

qdesigner_internal::PreviewManagerPrivate::PreviewManagerPrivate ( PreviewManager::PreviewMode mode)

Member Data Documentation

◆ m_activePreview

QPointer< QWidget > qdesigner_internal::PreviewManagerPrivate::m_activePreview

Definition at line 530 of file previewmanager.cpp.

◆ m_core

QDesignerFormEditorInterface * qdesigner_internal::PreviewManagerPrivate::m_core

Definition at line 538 of file previewmanager.cpp.

Referenced by PreviewManagerPrivate().

◆ m_deviceSkinConfigCache

QMap< QString, DeviceSkinParameters > qdesigner_internal::PreviewManagerPrivate::m_deviceSkinConfigCache

Definition at line 536 of file previewmanager.cpp.

◆ m_mode

const PreviewManager::PreviewMode qdesigner_internal::PreviewManagerPrivate::m_mode

Definition at line 528 of file previewmanager.cpp.

◆ m_previews

PreviewDataList qdesigner_internal::PreviewManagerPrivate::m_previews

Definition at line 534 of file previewmanager.cpp.

◆ m_updateBlocked

bool qdesigner_internal::PreviewManagerPrivate::m_updateBlocked

Definition at line 539 of file previewmanager.cpp.

Referenced by PreviewManagerPrivate().


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