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) |
Static Public Member Functions | |
static size_t | TotalBytesForWeightCount (size_t weight_count) |
Public Attributes | |
int | m_SrcStart |
int | m_SrcEnd |
uint32_t | m_Weights [1] |
Definition at line 51 of file cstretchengine.h.
|
inline |
Definition at line 60 of file cstretchengine.h.
References m_SrcEnd, m_SrcStart, and m_Weights.
Referenced by CStretchEngine::ContinueStretchHorz(), and CStretchEngine::StretchVert().
|
inline |
Definition at line 74 of file cstretchengine.h.
References m_SrcEnd, m_SrcStart, and m_Weights.
Referenced by CStretchEngine::WeightTable::CalculateWeights().
|
inline |
Definition at line 54 of file cstretchengine.h.
References m_SrcEnd, and m_SrcStart.
|
inline |
Definition at line 66 of file cstretchengine.h.
References m_SrcEnd, m_SrcStart, and m_Weights.
Referenced by CStretchEngine::WeightTable::CalculateWeights().
|
static |
Definition at line 43 of file cstretchengine.cpp.
References m_Weights.
int CStretchEngine::PixelWeight::m_SrcEnd |
Definition at line 81 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 80 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 82 of file cstretchengine.h.
Referenced by CStretchEngine::WeightTable::CalculateWeights(), GetWeightForPosition(), RemoveLastWeightAndAdjust(), SetWeightForPosition(), and TotalBytesForWeightCount().