BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Namespaces | |
Utils | |
Classes | |
class | DesignerIconCache |
class | DesignerMetaEnum |
class | DesignerMetaFlags |
class | DesignerPixmapCache |
class | DeviceProfile |
struct | FormBuilderClipboard |
class | FormWindowBase |
class | MetaEnum |
class | NewFormWidgetFormBuilder |
struct | PropertySheetEnumValue |
struct | PropertySheetFlagValue |
class | PropertySheetIconValue |
class | PropertySheetKeySequenceValue |
class | PropertySheetPixmapValue |
class | PropertySheetStringListValue |
class | PropertySheetStringValue |
class | PropertySheetTranslatableData |
class | QDesignerDnDItem |
class | QDesignerFormBuilder |
class | QDesignerMimeData |
class | QDesignerWidgetBox |
class | QEditorFormBuilder |
class | QSimpleResource |
class | SheetDelegate |
class | UpdateBlocker |
class | WidgetBox |
struct | WidgetBoxCategoryEntry |
class | WidgetBoxCategoryEntryDelegate |
class | WidgetBoxCategoryListView |
class | WidgetBoxCategoryModel |
class | WidgetBoxFilterLineEdit |
class | WidgetBoxTreeWidget |
WidgetBoxTreeWidget: A tree of categories. More... | |
Enumerations | |
enum | AuxiliaryItemDataRoles { ItemFlagsShadowRole = 0x13370551 } |
enum | ContainerType { PageContainer , MdiContainer , WizardContainer } |
enum | TextPropertyValidationMode { ValidationMultiLine , ValidationRichText , ValidationStyleSheet , ValidationSingleLine , ValidationObjectName , ValidationObjectNameScope , ValidationURL } |
Functions | |
static const QDesignerMimeData * | checkDragEvent (QDropEvent *event, bool acceptEventsFromWidgetBox) |
QDESIGNER_SHARED_EXPORT QDesignerFormWindowCommand * | createTextPropertyCommand (const QString &propertyName, const QString &text, QObject *object, QDesignerFormWindowInterface *fw) |
QDESIGNER_SHARED_EXPORT void | designerWarning (const QString &message) |
static QString | msgXmlError (const QString &fileName, const QXmlStreamReader &r) |
bool | operator!= (const DeviceProfile &s1, const DeviceProfile &s2) |
QDESIGNER_SHARED_EXPORT QDebug | operator<< (QDebug, const PropertySheetIconValue &) |
bool | operator== (const DeviceProfile &s1, const DeviceProfile &s2) |
QDESIGNER_SHARED_EXPORT QAction * | preferredEditAction (QDesignerFormEditorInterface *core, QWidget *managedWidget) |
QDESIGNER_SHARED_EXPORT QString | qtify (const QString &name) |
QDESIGNER_SHARED_EXPORT void | reloadIconResources (DesignerIconCache *iconCache, QObject *object) |
QDESIGNER_SHARED_EXPORT bool | runUIC (const QString &fileName, QByteArray &ba, QString &errorMessage) |
Enumerator | |
---|---|
PageContainer | |
MdiContainer | |
WizardContainer |
Definition at line 81 of file shared_enums_p.h.
Enumerator | |
---|---|
ValidationMultiLine | |
ValidationRichText | |
ValidationStyleSheet | |
ValidationSingleLine | |
ValidationObjectName | |
ValidationObjectNameScope | |
ValidationURL |
Definition at line 63 of file shared_enums_p.h.
|
static |
Definition at line 248 of file widgetbox.cpp.
References qdesigner_internal::QDesignerMimeData::acceptEvent(), and qdesigner_internal::QDesignerMimeData::items().
Referenced by qdesigner_internal::WidgetBox::dragEnterEvent(), qdesigner_internal::WidgetBox::dragMoveEvent(), and qdesigner_internal::WidgetBox::dropEvent().
QDESIGNER_SHARED_EXPORT QDesignerFormWindowCommand* qdesigner_internal::createTextPropertyCommand | ( | const QString & | propertyName, |
const QString & | text, | ||
QObject * | object, | ||
QDesignerFormWindowInterface * | fw | ||
) |
QDESIGNER_SHARED_EXPORT void qdesigner_internal::designerWarning | ( | const QString & | message | ) |
Referenced by qdesigner_internal::WidgetBoxTreeWidget::loadContents().
|
inlinestatic |
Definition at line 330 of file widgetboxtreewidget.cpp.
Referenced by qdesigner_internal::WidgetBoxTreeWidget::readCategories().
|
inline |
Definition at line 146 of file deviceprofile_p.h.
References qdesigner_internal::DeviceProfile::equals().
QDESIGNER_SHARED_EXPORT QDebug qdesigner_internal::operator<< | ( | QDebug | , |
const PropertySheetIconValue & | |||
) |
|
inline |
Definition at line 142 of file deviceprofile_p.h.
References qdesigner_internal::DeviceProfile::equals().
QDESIGNER_SHARED_EXPORT QAction* qdesigner_internal::preferredEditAction | ( | QDesignerFormEditorInterface * | core, |
QWidget * | managedWidget | ||
) |
QDESIGNER_SHARED_EXPORT QString qdesigner_internal::qtify | ( | const QString & | name | ) |
QDESIGNER_SHARED_EXPORT void qdesigner_internal::reloadIconResources | ( | DesignerIconCache * | iconCache, |
QObject * | object | ||
) |
QDESIGNER_SHARED_EXPORT bool qdesigner_internal::runUIC | ( | const QString & | fileName, |
QByteArray & | ba, | ||
QString & | errorMessage | ||
) |