Seamly2D
Code documentation
VPE::VPropertyFormWidgetPrivate::SEditorWidget Struct Reference

Stores either another VPropertyFormWidget (then Editor is null) or an editor widget (then FormWidget is null) More...

#include <vpropertyformwidget_p.h>

Collaboration diagram for VPE::VPropertyFormWidgetPrivate::SEditorWidget:

Public Member Functions

 SEditorWidget ()
 
 SEditorWidget (VPropertyFormWidget *form_widget)
 
 SEditorWidget (QWidget *editor_widget)
 

Public Attributes

VPropertyFormWidgetFormWidget
 
QWidget * Editor
 

Detailed Description

Stores either another VPropertyFormWidget (then Editor is null) or an editor widget (then FormWidget is null)

Definition at line 40 of file vpropertyformwidget_p.h.

Constructor & Destructor Documentation

◆ SEditorWidget() [1/3]

VPE::VPropertyFormWidgetPrivate::SEditorWidget::SEditorWidget ( )
inline

Definition at line 42 of file vpropertyformwidget_p.h.

◆ SEditorWidget() [2/3]

VPE::VPropertyFormWidgetPrivate::SEditorWidget::SEditorWidget ( VPropertyFormWidget form_widget)
inlineexplicit

Definition at line 43 of file vpropertyformwidget_p.h.

◆ SEditorWidget() [3/3]

VPE::VPropertyFormWidgetPrivate::SEditorWidget::SEditorWidget ( QWidget *  editor_widget)
inlineexplicit

Definition at line 44 of file vpropertyformwidget_p.h.

Member Data Documentation

◆ Editor

QWidget* VPE::VPropertyFormWidgetPrivate::SEditorWidget::Editor

◆ FormWidget

VPropertyFormWidget* VPE::VPropertyFormWidgetPrivate::SEditorWidget::FormWidget

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