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
CPDFSDK_AppStream Class Reference

#include <cpdfsdk_appstream.h>

+ Collaboration diagram for CPDFSDK_AppStream:

Public Member Functions

 CPDFSDK_AppStream (CPDFSDK_Widget *widget, CPDF_Dictionary *dict)
 
 ~CPDFSDK_AppStream ()
 
void SetAsPushButton ()
 
void SetAsCheckBox ()
 
void SetAsRadioButton ()
 
void SetAsComboBox (absl::optional< WideString > sValue)
 
void SetAsListBox ()
 
void SetAsTextField (absl::optional< WideString > sValue)
 

Detailed Description

Definition at line 19 of file cpdfsdk_appstream.h.

Constructor & Destructor Documentation

◆ CPDFSDK_AppStream()

CPDFSDK_AppStream::CPDFSDK_AppStream ( CPDFSDK_Widget * widget,
CPDF_Dictionary * dict )

Definition at line 1129 of file cpdfsdk_appstream.cpp.

References CPDFSDK_AppStream().

Referenced by CPDFSDK_AppStream().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CPDFSDK_AppStream()

CPDFSDK_AppStream::~CPDFSDK_AppStream ( )
default

Member Function Documentation

◆ SetAsCheckBox()

void CPDFSDK_AppStream::SetAsCheckBox ( )

◆ SetAsComboBox()

void CPDFSDK_AppStream::SetAsComboBox ( absl::optional< WideString > sValue)

Definition at line 1508 of file cpdfsdk_appstream.cpp.

◆ SetAsListBox()

◆ SetAsPushButton()

◆ SetAsRadioButton()

◆ SetAsTextField()

void CPDFSDK_AppStream::SetAsTextField ( absl::optional< WideString > sValue)

Definition at line 1660 of file cpdfsdk_appstream.cpp.


The documentation for this class was generated from the following files: