Skip to main content

namespace Wacom::Kiosk::UI::Parsers::Shared

Summary

MembersDescriptions
enum ButtonActionThe button action enumeration.
enum PanelAlignWithSpecifies what to align the panel with
enum PanelPositionSpecifies where to place panel in relation to the AlignWith setting
enum FatalErrorMessageBoxFatal error MessageBox options
enum MirroringWindowClickTypeThe mirroring window click type enumeration.
enum PenTrackingTypeThe pen tracking type enumration.
enum SignatureFormatThe signature format enumration.
enum SignatureViewTypeThe signature view type enumration.
class Wacom::Kiosk::UI::Parsers::Shared::Config
class Wacom::Kiosk::UI::Parsers::Shared::ButtonConfig
class Wacom::Kiosk::UI::Parsers::Shared::DocumentViewConfig
class Wacom::Kiosk::UI::Parsers::Shared::PdfFormFieldsConfiguration settings for PDF form fields
class Wacom::Kiosk::UI::Parsers::Shared::SignatureViewConfig
class Wacom::Kiosk::UI::Parsers::Shared::ThumbnailsConfigConfiguration settings for thumbnail display
class Wacom::Kiosk::UI::Parsers::Shared::ThumbnailsPanelConfigThumbnail panel configuration settings
class Wacom::Kiosk::UI::Parsers::Shared::Hash
class Wacom::Kiosk::UI::Parsers::Shared::IdleConfig
class Wacom::Kiosk::UI::Parsers::Shared::KeyboardLayoutConfigConfiguration settings for on-screen keyboard layouts
class Wacom::Kiosk::UI::Parsers::Shared::MirroringConfig
class Wacom::Kiosk::UI::Parsers::Shared::SignatureConfig
class Wacom::Kiosk::UI::Parsers::Shared::SignatureImageConfig

Members

enum ButtonAction

ValuesDescriptions
Custom
InputStepping
ToggleThumbnails
ToggleZoom
ClearSignature
AcceptSignature
CancelSignature
ScrollToTop

The button action enumeration.

enum PanelAlignWith

ValuesDescriptions
ScreenPanel is displayed along the top or bottom of the screen
DocumentViewPanel is displayed along the top or bottom of the document view

Specifies what to align the panel with

See also: PanelPosition

enum PanelPosition

ValuesDescriptions
BottomPanel is positioned along the bottom part of AlignWith
TopPanel is positioned along the top part of AlignWith

Specifies where to place panel in relation to the AlignWith setting

See also: PanelAlignWith

enum FatalErrorMessageBox

ValuesDescriptions
AlwaysDialog always displayed (default)
NeverDialog never displayed (app exits silently)
NoClientDialog only displayed if there is no client connected

Fatal error MessageBox options

enum MirroringWindowClickType

ValuesDescriptions
None
ShowImage
ExecuteAction

The mirroring window click type enumeration.

enum PenTrackingType

ValuesDescriptions
Unlimited
Limited

The pen tracking type enumration.

enum SignatureFormat

ValuesDescriptions
Fss
IsoXML
IsoBinary

The signature format enumration.

enum SignatureViewType

ValuesDescriptions
External
Embedded

The signature view type enumration.