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
QQuickNinePatchData Struct Reference
+ Collaboration diagram for QQuickNinePatchData:

Public Member Functions

QList< qrealcoordsForSize (qreal count) const
 
bool isNull () const
 
int count () const
 
qreal at (int index) const
 
qreal size () const
 
void fill (const QList< qreal > &coords, qreal count)
 
void clear ()
 

Detailed Description

Definition at line 14 of file qquickninepatchimage.cpp.

Member Function Documentation

◆ at()

qreal QQuickNinePatchData::at ( int index) const
inline

Definition at line 20 of file qquickninepatchimage.cpp.

Referenced by QQuickNinePatchNode::initialize().

+ Here is the caller graph for this function:

◆ clear()

void QQuickNinePatchData::clear ( )

Definition at line 77 of file qquickninepatchimage.cpp.

◆ coordsForSize()

QList< qreal > QQuickNinePatchData::coordsForSize ( qreal count) const

Definition at line 31 of file qquickninepatchimage.cpp.

References i, and QList< T >::size().

Referenced by QQuickNinePatchNode::initialize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ count()

int QQuickNinePatchData::count ( ) const
inline

Definition at line 19 of file qquickninepatchimage.cpp.

Referenced by QQuickNinePatchNode::initialize().

+ Here is the caller graph for this function:

◆ fill()

void QQuickNinePatchData::fill ( const QList< qreal > & coords,
qreal count )

Definition at line 60 of file qquickninepatchimage.cpp.

Referenced by QQuickNinePatchImagePrivate::updatePatches().

+ Here is the caller graph for this function:

◆ isNull()

bool QQuickNinePatchData::isNull ( ) const
inline

Definition at line 18 of file qquickninepatchimage.cpp.

◆ size()

qreal QQuickNinePatchData::size ( ) const
inline

Definition at line 21 of file qquickninepatchimage.cpp.


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