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
QtSvg Namespace Reference

Enumerations

enum class  UnitTypes : quint32 { unknown , objectBoundingBox , userSpaceOnUse }
enum class  AnimatorType : quint32 { Controlled , Automatic }
enum  Option : quint32 {
  NoOption = 0x00 , Tiny12FeaturesOnly = 0x01 , AssumeTrustedSource = 0x02 , DisableSMILAnimations = 0x10 ,
  DisableCSSAnimations = 0x20 , DisableAnimations = 0xf0
}

Enumeration Type Documentation

◆ AnimatorType

enum class QtSvg::AnimatorType : quint32
strong
Enumerator
Controlled 
Automatic 

Definition at line 31 of file qtsvgglobal_p.h.

◆ Option

Enumerator
NoOption 
Tiny12FeaturesOnly 
AssumeTrustedSource 
DisableSMILAnimations 
DisableCSSAnimations 
DisableAnimations 

Definition at line 15 of file qtsvgglobal.h.

◆ UnitTypes

enum class QtSvg::UnitTypes : quint32
strong
Enumerator
unknown 
objectBoundingBox 
userSpaceOnUse 

Definition at line 25 of file qtsvgglobal_p.h.