![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cstretchengine.h>
Public Member Functions | |
void | SetStartEnd (int src_start, int src_end, size_t weight_count) |
uint32_t | GetWeightForPosition (int position) const |
void | SetWeightForPosition (int position, uint32_t weight) |
void | RemoveLastWeightAndAdjust (uint32_t weight_change) |
Public Attributes | |
int | m_SrcStart |
int | m_SrcEnd |
uint32_t | m_Weights [1] |
Definition at line 47 of file cstretchengine.h.
|
inline |
Definition at line 54 of file cstretchengine.h.
References m_SrcEnd, m_SrcStart, and m_Weights.
Referenced by CStretchEngine::ContinueStretchHorz(), and CStretchEngine::StretchVert().
|
inline |
Definition at line 70 of file cstretchengine.h.
References m_SrcEnd, m_SrcStart, and m_Weights.
Referenced by CStretchEngine::WeightTable::CalculateWeights().
|
inline |
Definition at line 48 of file cstretchengine.h.
References m_SrcEnd, and m_SrcStart.
|
inline |
Definition at line 61 of file cstretchengine.h.
References m_SrcEnd, m_SrcStart, and m_Weights.
Referenced by CStretchEngine::WeightTable::CalculateWeights().
int CStretchEngine::PixelWeight::m_SrcEnd |
Definition at line 78 of file cstretchengine.h.
Referenced by CStretchEngine::WeightTable::CalculateWeights(), CStretchEngine::ContinueStretchHorz(), GetWeightForPosition(), RemoveLastWeightAndAdjust(), SetStartEnd(), SetWeightForPosition(), and CStretchEngine::StretchVert().
int CStretchEngine::PixelWeight::m_SrcStart |
Definition at line 77 of file cstretchengine.h.
Referenced by CStretchEngine::WeightTable::CalculateWeights(), CStretchEngine::ContinueStretchHorz(), GetWeightForPosition(), RemoveLastWeightAndAdjust(), SetStartEnd(), SetWeightForPosition(), and CStretchEngine::StretchVert().
uint32_t CStretchEngine::PixelWeight::m_Weights[1] |
Definition at line 79 of file cstretchengine.h.
Referenced by CStretchEngine::WeightTable::CalculateWeights(), GetWeightForPosition(), RemoveLastWeightAndAdjust(), and SetWeightForPosition().