Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_graphstatedata.h>
Public Member Functions | |
RetainPtr< CFX_RetainableGraphStateData > | Clone () const |
Public Member Functions inherited from fxcrt::Retainable | |
Retainable ()=default | |
bool | HasOneRef () const |
Public Member Functions inherited from CFX_GraphStateData | |
CFX_GraphStateData () | |
CFX_GraphStateData (const CFX_GraphStateData &src) | |
CFX_GraphStateData (CFX_GraphStateData &&src) noexcept | |
~CFX_GraphStateData () | |
CFX_GraphStateData & | operator= (const CFX_GraphStateData &that) |
CFX_GraphStateData & | operator= (CFX_GraphStateData &&that) noexcept |
Public Attributes | |
CONSTRUCT_VIA_MAKE_RETAIN | |
Public Attributes inherited from CFX_GraphStateData | |
LineCap | m_LineCap = LineCap::kButt |
LineJoin | m_LineJoin = LineJoin::kMiter |
float | m_DashPhase = 0.0f |
float | m_MiterLimit = 10.0f |
float | m_LineWidth = 1.0f |
std::vector< float > | m_DashArray |
Private Member Functions | |
~CFX_RetainableGraphStateData () override | |
Additional Inherited Members | |
Public Types inherited from CFX_GraphStateData | |
enum class | LineCap : uint8_t { kButt = 0 , kRound = 1 , kSquare = 2 } |
enum class | LineJoin : uint8_t { kMiter = 0 , kRound = 1 , kBevel = 2 } |
Protected Member Functions inherited from fxcrt::Retainable | |
virtual | ~Retainable ()=default |
Definition at line 38 of file cfx_graphstatedata.h.
|
overrideprivatedefault |
RetainPtr< CFX_RetainableGraphStateData > CFX_RetainableGraphStateData::Clone | ( | ) | const |
Definition at line 37 of file cfx_graphstatedata.cpp.
CFX_RetainableGraphStateData::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 41 of file cfx_graphstatedata.h.