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
CPWL_Dash Struct Reference

#include <cpwl_wnd.h>

+ Collaboration diagram for CPWL_Dash:

Public Member Functions

 CPWL_Dash ()
 
 CPWL_Dash (int32_t dash, int32_t gap, int32_t phase)
 
void Reset ()
 

Public Attributes

int32_t nDash
 
int32_t nGap
 
int32_t nPhase
 

Detailed Description

Definition at line 61 of file cpwl_wnd.h.

Constructor & Destructor Documentation

◆ CPWL_Dash() [1/2]

CPWL_Dash::CPWL_Dash ( )
inline

Definition at line 62 of file cpwl_wnd.h.

References nDash, nGap, and nPhase.

◆ CPWL_Dash() [2/2]

CPWL_Dash::CPWL_Dash ( int32_t dash,
int32_t gap,
int32_t phase )
inline

Definition at line 63 of file cpwl_wnd.h.

References nDash, nGap, and nPhase.

Referenced by CPWL_Wnd::CreateParams::CreateParams(), CFFL_FormField::GetCreateParam(), CPDFSDK_AppStream::SetAsCheckBox(), CPDFSDK_AppStream::SetAsPushButton(), and CPDFSDK_AppStream::SetAsRadioButton().

+ Here is the caller graph for this function:

Member Function Documentation

◆ Reset()

void CPWL_Dash::Reset ( )
inline

Definition at line 66 of file cpwl_wnd.h.

References nDash, nGap, and nPhase.

Member Data Documentation

◆ nDash

int32_t CPWL_Dash::nDash

Definition at line 72 of file cpwl_wnd.h.

Referenced by CPWL_Dash(), CPWL_Dash(), and Reset().

◆ nGap

int32_t CPWL_Dash::nGap

Definition at line 73 of file cpwl_wnd.h.

Referenced by CPWL_Dash(), CPWL_Dash(), and Reset().

◆ nPhase

int32_t CPWL_Dash::nPhase

Definition at line 74 of file cpwl_wnd.h.

Referenced by CPWL_Dash(), CPWL_Dash(), and Reset().


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