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

#include <newactiondialog_p.h>

+ Collaboration diagram for qdesigner_internal::ActionData:

Public Types

enum  ChangeMask {
  TextChanged = 0x1 , NameChanged = 0x2 , ToolTipChanged = 0x4 , IconChanged = 0x8 ,
  CheckableChanged = 0x10 , KeysequenceChanged = 0x20 , MenuRoleChanged = 0x40
}
 

Public Member Functions

unsigned compare (const ActionData &rhs) const
 

Public Attributes

QString text
 
QString name
 
QString toolTip
 
PropertySheetIconValue icon
 
bool checkable {false}
 
PropertySheetKeySequenceValue keysequence
 
PropertySheetFlagValue menuRole
 

Friends

bool comparesEqual (const ActionData &lhs, const ActionData &rhs) noexcept
 

Detailed Description

Definition at line 34 of file newactiondialog_p.h.

Member Enumeration Documentation

◆ ChangeMask

Enumerator
TextChanged 
NameChanged 
ToolTipChanged 
IconChanged 
CheckableChanged 
KeysequenceChanged 
MenuRoleChanged 

Definition at line 36 of file newactiondialog_p.h.

Member Function Documentation

◆ compare()

unsigned qdesigner_internal::ActionData::compare ( const ActionData & rhs) const

Friends And Related Symbol Documentation

◆ comparesEqual

bool comparesEqual ( const ActionData & lhs,
const ActionData & rhs )
friend

Definition at line 53 of file newactiondialog_p.h.

Member Data Documentation

◆ checkable

bool qdesigner_internal::ActionData::checkable {false}

Definition at line 49 of file newactiondialog_p.h.

Referenced by compare().

◆ icon

PropertySheetIconValue qdesigner_internal::ActionData::icon

Definition at line 48 of file newactiondialog_p.h.

◆ keysequence

PropertySheetKeySequenceValue qdesigner_internal::ActionData::keysequence

Definition at line 50 of file newactiondialog_p.h.

◆ menuRole

PropertySheetFlagValue qdesigner_internal::ActionData::menuRole

Definition at line 51 of file newactiondialog_p.h.

◆ name

QString qdesigner_internal::ActionData::name

◆ text

QString qdesigner_internal::ActionData::text

Definition at line 45 of file newactiondialog_p.h.

◆ toolTip

QString qdesigner_internal::ActionData::toolTip

Definition at line 47 of file newactiondialog_p.h.


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