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::Selection Struct Reference

#include <qdesigner_objectinspector_p.h>

+ Collaboration diagram for qdesigner_internal::Selection:

Public Member Functions

bool empty () const
 
void clear ()
 
QObjectList selection () const
 

Public Attributes

QWidgetList managed
 
QWidgetList unmanaged
 
QObjectList objects
 

Detailed Description

Definition at line 28 of file qdesigner_objectinspector_p.h.

Member Function Documentation

◆ clear()

void Selection::clear ( )

Definition at line 19 of file qdesigner_objectinspector.cpp.

◆ empty()

bool Selection::empty ( ) const

Definition at line 26 of file qdesigner_objectinspector.cpp.

◆ selection()

QObjectList Selection::selection ( ) const

Definition at line 31 of file qdesigner_objectinspector.cpp.

Member Data Documentation

◆ managed

QWidgetList qdesigner_internal::Selection::managed

Definition at line 36 of file qdesigner_objectinspector_p.h.

◆ objects

◆ unmanaged

QWidgetList qdesigner_internal::Selection::unmanaged

Definition at line 38 of file qdesigner_objectinspector_p.h.


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