Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQuickStyleMargins Class Reference

#include <qquickstyleitem.h>

+ Collaboration diagram for QQuickStyleMargins:

Public Member Functions

 QQuickStyleMargins ()
 
 QQuickStyleMargins (const QQuickStyleMargins &other)
 
 QQuickStyleMargins (const QMargins &margins)
 
 QQuickStyleMargins (const QRect &outer, const QRect &inner)
 
void operator= (const QQuickStyleMargins &other)
 
bool operator== (const QQuickStyleMargins &other) const
 
bool operator!= (const QQuickStyleMargins &other) const
 
int left () const
 
int right () const
 
int top () const
 
int bottom () const
 

Public Attributes

QMargins m_margins
 

Properties

int left
 
int top
 
int right
 
int bottom
 

Detailed Description

Definition at line 41 of file qquickstyleitem.h.

Constructor & Destructor Documentation

◆ QQuickStyleMargins() [1/4]

QQuickStyleMargins::QQuickStyleMargins ( )
inline

Definition at line 54 of file qquickstyleitem.h.

◆ QQuickStyleMargins() [2/4]

QQuickStyleMargins::QQuickStyleMargins ( const QQuickStyleMargins & other)
inline

Definition at line 55 of file qquickstyleitem.h.

◆ QQuickStyleMargins() [3/4]

QQuickStyleMargins::QQuickStyleMargins ( const QMargins & margins)
inline

Definition at line 56 of file qquickstyleitem.h.

◆ QQuickStyleMargins() [4/4]

QQuickStyleMargins::QQuickStyleMargins ( const QRect & outer,
const QRect & inner )
inline

Definition at line 57 of file qquickstyleitem.h.

References m_margins.

Member Function Documentation

◆ bottom()

int QQuickStyleMargins::bottom ( ) const
inline

Definition at line 73 of file qquickstyleitem.h.

References QMargins::bottom(), and m_margins.

+ Here is the call graph for this function:

◆ left()

int QQuickStyleMargins::left ( ) const
inline

Definition at line 70 of file qquickstyleitem.h.

References QMargins::left(), and m_margins.

+ Here is the call graph for this function:

◆ operator!=()

bool QQuickStyleMargins::operator!= ( const QQuickStyleMargins & other) const
inline

Definition at line 68 of file qquickstyleitem.h.

References m_margins, and other().

+ Here is the call graph for this function:

◆ operator=()

void QQuickStyleMargins::operator= ( const QQuickStyleMargins & other)
inline

Definition at line 66 of file qquickstyleitem.h.

References m_margins, and other().

+ Here is the call graph for this function:

◆ operator==()

bool QQuickStyleMargins::operator== ( const QQuickStyleMargins & other) const
inline

Definition at line 67 of file qquickstyleitem.h.

References m_margins, and other().

+ Here is the call graph for this function:

◆ right()

int QQuickStyleMargins::right ( ) const
inline

Definition at line 71 of file qquickstyleitem.h.

References m_margins, and QMargins::right().

+ Here is the call graph for this function:

◆ top()

int QQuickStyleMargins::top ( ) const
inline

Definition at line 72 of file qquickstyleitem.h.

References m_margins, and QMargins::top().

+ Here is the call graph for this function:

Member Data Documentation

◆ m_margins

QMargins QQuickStyleMargins::m_margins

Property Documentation

◆ bottom

int QQuickStyleMargins::bottom
read

Definition at line 48 of file qquickstyleitem.h.

Referenced by operator<<().

◆ left

int QQuickStyleMargins::left
read

Definition at line 45 of file qquickstyleitem.h.

Referenced by operator<<().

◆ right

int QQuickStyleMargins::right
read

Definition at line 47 of file qquickstyleitem.h.

Referenced by operator<<().

◆ top

int QQuickStyleMargins::top
read

Definition at line 46 of file qquickstyleitem.h.

Referenced by operator<<().


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