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
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 ()
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 15 of file qquickninepatchimage.cpp.

Member Function Documentation

◆ at() [1/2]

qreal QQuickNinePatchData::at ( int index) const
inline

Definition at line 21 of file qquickninepatchimage.cpp.

◆ at() [2/2]

qreal QQuickNinePatchData::at ( int index) const
inline

Definition at line 21 of file qquickninepatchimage.cpp.

◆ clear() [1/2]

void QQuickNinePatchData::clear ( )

Definition at line 78 of file qquickninepatchimage.cpp.

◆ clear() [2/2]

void QQuickNinePatchData::clear ( )

◆ coordsForSize() [1/2]

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

Definition at line 32 of file qquickninepatchimage.cpp.

◆ coordsForSize() [2/2]

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

◆ count() [1/2]

int QQuickNinePatchData::count ( ) const
inline

Definition at line 20 of file qquickninepatchimage.cpp.

Referenced by QQuickNinePatchNode::initialize().

Here is the caller graph for this function:

◆ count() [2/2]

int QQuickNinePatchData::count ( ) const
inline

Definition at line 20 of file qquickninepatchimage.cpp.

◆ fill() [1/2]

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

Definition at line 61 of file qquickninepatchimage.cpp.

◆ fill() [2/2]

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

◆ isNull() [1/2]

bool QQuickNinePatchData::isNull ( ) const
inline

Definition at line 19 of file qquickninepatchimage.cpp.

◆ isNull() [2/2]

bool QQuickNinePatchData::isNull ( ) const
inline

Definition at line 19 of file qquickninepatchimage.cpp.

◆ size() [1/2]

qreal QQuickNinePatchData::size ( ) const
inline

Definition at line 22 of file qquickninepatchimage.cpp.

◆ size() [2/2]

qreal QQuickNinePatchData::size ( ) const
inline

Definition at line 22 of file qquickninepatchimage.cpp.


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