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::WidgetBoxCategoryEntry Struct Reference
+ Collaboration diagram for qdesigner_internal::WidgetBoxCategoryEntry:

Public Member Functions

 WidgetBoxCategoryEntry ()=default
 
 WidgetBoxCategoryEntry (const QDesignerWidgetBoxInterface::Widget &widget, const QString &filter, const QIcon &icon, bool editable)
 
 WidgetBoxCategoryEntry ()=default
 
 WidgetBoxCategoryEntry (const QDesignerWidgetBoxInterface::Widget &widget, const QString &filter, const QIcon &icon, bool editable)
 

Public Attributes

QDesignerWidgetBoxInterface::Widget widget
 
QString toolTip
 
QString whatsThis
 
QString filter
 
QIcon icon
 
bool editable {false}
 

Detailed Description

Definition at line 55 of file widgetboxcategorylistview.cpp.

Constructor & Destructor Documentation

◆ WidgetBoxCategoryEntry() [1/4]

qdesigner_internal::WidgetBoxCategoryEntry::WidgetBoxCategoryEntry ( )
default

◆ WidgetBoxCategoryEntry() [2/4]

qdesigner_internal::WidgetBoxCategoryEntry::WidgetBoxCategoryEntry ( const QDesignerWidgetBoxInterface::Widget & widget,
const QString & filter,
const QIcon & icon,
bool editable )
explicit

Definition at line 70 of file widgetboxcategorylistview.cpp.

References WidgetBoxCategoryEntry(), and editable.

Referenced by WidgetBoxCategoryEntry().

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

◆ WidgetBoxCategoryEntry() [3/4]

qdesigner_internal::WidgetBoxCategoryEntry::WidgetBoxCategoryEntry ( )
default

◆ WidgetBoxCategoryEntry() [4/4]

qdesigner_internal::WidgetBoxCategoryEntry::WidgetBoxCategoryEntry ( const QDesignerWidgetBoxInterface::Widget & widget,
const QString & filter,
const QIcon & icon,
bool editable )
explicit

Member Data Documentation

◆ editable

bool qdesigner_internal::WidgetBoxCategoryEntry::editable {false}

Definition at line 67 of file widgetboxcategorylistview.cpp.

Referenced by WidgetBoxCategoryEntry().

◆ filter

QString qdesigner_internal::WidgetBoxCategoryEntry::filter

Definition at line 65 of file widgetboxcategorylistview.cpp.

◆ icon

QIcon qdesigner_internal::WidgetBoxCategoryEntry::icon

Definition at line 66 of file widgetboxcategorylistview.cpp.

◆ toolTip

QString qdesigner_internal::WidgetBoxCategoryEntry::toolTip

Definition at line 63 of file widgetboxcategorylistview.cpp.

◆ whatsThis

QString qdesigner_internal::WidgetBoxCategoryEntry::whatsThis

Definition at line 64 of file widgetboxcategorylistview.cpp.

◆ widget

QDesignerWidgetBoxInterface::Widget qdesigner_internal::WidgetBoxCategoryEntry::widget

Definition at line 62 of file widgetboxcategorylistview.cpp.


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