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
fxfa.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  AlertButton {
  kDefault = 0 , kOK = 0 , kOKCancel = 1 , kYesNo = 2 ,
  kYesNoCancel = 3
}
 
enum class  AlertIcon {
  kDefault = 0 , kError = 0 , kWarning = 1 , kQuestion = 2 ,
  kStatus = 3 , kAsterisk = 4
}
 
enum class  AlertReturn { kOK = 1 , kCancel = 2 , kNo = 3 , kYes = 4 }
 
enum class  FormType { kNone = 0 , kAcroForm = 1 , kXFAFull = 2 , kXFAForeground = 3 }
 
enum class  XFA_PrintOpt : uint8_t {
  kShowDialog = 1 << 0 , kCanCancel = 1 << 1 , kShrinkPage = 1 << 2 , kAsImage = 1 << 3 ,
  kReverseOrder = 1 << 4 , kPrintAnnot = 1 << 5
}
 
enum class  XFA_EventError { kError = -1 , kNotExist = 0 , kSuccess = 1 , kDisabled = 2 }
 
enum class  XFA_WidgetStatus : uint16_t {
  kNone = 0 , kAccess = 1 << 0 , kButtonDown = 1 << 1 , kDisabled = 1 << 2 ,
  kFocused = 1 << 3 , kPrintable = 1 << 4 , kRectCached = 1 << 5 , kTextEditValueChanged = 1 << 6 ,
  kViewable = 1 << 7 , kVisible = 1 << 8
}
 

Enumeration Type Documentation

◆ AlertButton

enum class AlertButton
strong
Enumerator
kDefault 
kOK 
kOKCancel 
kYesNo 
kYesNoCancel 

Definition at line 11 of file fxfa.h.

◆ AlertIcon

enum class AlertIcon
strong
Enumerator
kDefault 
kError 
kWarning 
kQuestion 
kStatus 
kAsterisk 

Definition at line 20 of file fxfa.h.

◆ AlertReturn

enum class AlertReturn
strong
Enumerator
kOK 
kCancel 
kNo 
kYes 

Definition at line 30 of file fxfa.h.

◆ FormType

enum class FormType
strong
Enumerator
kNone 
kAcroForm 
kXFAFull 
kXFAForeground 

Definition at line 38 of file fxfa.h.

◆ XFA_EventError

enum class XFA_EventError
strong
Enumerator
kError 
kNotExist 
kSuccess 
kDisabled 

Definition at line 54 of file fxfa.h.

◆ XFA_PrintOpt

enum class XFA_PrintOpt : uint8_t
strong
Enumerator
kShowDialog 
kCanCancel 
kShrinkPage 
kAsImage 
kReverseOrder 
kPrintAnnot 

Definition at line 45 of file fxfa.h.

◆ XFA_WidgetStatus

enum class XFA_WidgetStatus : uint16_t
strong
Enumerator
kNone 
kAccess 
kButtonDown 
kDisabled 
kFocused 
kPrintable 
kRectCached 
kTextEditValueChanged 
kViewable 
kVisible 

Definition at line 61 of file fxfa.h.