[][src]Enum fm_plugin::ffi::calc_engine::GetFunction

#[repr(i16)]pub enum GetFunction {
    ApplicationVersion,
    CurrentDate,
    LastError,
    ActiveFieldName,
    FileName,
    FileSize,
    FoundCount,
    HostName,
    LayoutCount,
    LayoutName,
    LayoutNumber,
    SystemLanguage,
    WindowMode,
    MultiUserState,
    PageNumber,
    SystemPlatform,
    ActivePortalRowNumber,
    PrinterName,
    TotalRecordCount,
    RecordNumber,
    ActiveRepetitionNumber,
    RequestCount,
    ScreenDepth,
    ScreenHeight,
    ScreenWidth,
    ScriptName,
    SortState,
    SystemVersion,
    CurrentTime,
    UserCount,
    UserName,
    AccountName,
    LastMessageChoice,
    CurrentPrivilegeSetName,
    ActiveModifierKeys,
    NetworkProtocol,
    RecordID,
    RecordModificationCount,
    ActiveFieldContents,
    FilePath,
    LastExternalErrorDetail,
    LayoutAccess,
    RecordAccess,
    HighContrastState,
    HighContrastColor,
    StatusAreaState,
    LayoutViewState,
    WindowName,
    WindowHeight,
    WindowLeft,
    WindowTop,
    WindowVisible,
    WindowWidth,
    SystemNICAddress,
    SystemIpAddress,
    ActiveFieldTableName,
    ActiveSelectionSize,
    ActiveSelectionStart,
    ApplicationLanguage,
    CurrentHostTimestamp,
    LayoutTableName,
    ScriptParameter,
    CurrentTimeStamp,
    WindowDesktopHeight,
    WindowDesktopWidth,
    WindowContentHeight,
    WindowContentWidth,
    CalculationRepetitionNumber,
    CurrentExtendedPrivileges,
    AllowAbortState,
    ErrorCaptureState,
    DesktopPath,
    DocumentsPath,
    FileMakerPath,
    HostIPAddress,
    RequestOmitState,
    PreferencesPath,
    RecordOpenCount,
    RecordOpenState,
    ScriptResult,
    SystemDrive,
    TextRulerVisible,
    AllowFormattingBarState,
    UseSystemFormatsState,
    WindowZoomLevel,
    CustomMenuSetName,
    ActiveLayoutObjectName,
    TemporaryPath,
    HostApplicationVersion,
    TriggerModifierKeys,
    TriggerKeystroke,
    DocumentsPathListing,
    AccountPrivilegeSet,
    AccountExtendedPrivileges,
    QuickFindText,
    TriggerCurrentPanel,
    TriggerTargetPanel,
    WindowStyle,
    InstalledFMPlugins,
    UUID,
    PersistentID,
    ConnectionState,
    CurrentTimeUTCMilliseconds,
    Device,
    WindowOrientation,
    TriggerGestureInfo,
    EncryptionState,
    ScriptAnimation,
    ModifiedFields,
    NetworkType,
    ConnectionAttributes,
    ScreenScaleFactor,
    ApplicationArchitecture,
    TriggerExternalEvent,
    TouchKeyboardState,
    MenubarState,
    RegionMonitorEvents,
    AccountGroupName,
    ActiveRecordNumber,
    UUIDNumber,
    OpenDataFileInfo,
    AccountType,
    PageCount,
}

Variants

ApplicationVersion
CurrentDate
LastError
ActiveFieldName
FileName
FileSize
FoundCount
HostName
LayoutCount
LayoutName
LayoutNumber
SystemLanguage
WindowMode
MultiUserState
PageNumber
SystemPlatform
ActivePortalRowNumber
PrinterName
TotalRecordCount
RecordNumber
ActiveRepetitionNumber
RequestCount
ScreenDepth
ScreenHeight
ScreenWidth
ScriptName
SortState
SystemVersion
CurrentTime
UserCount
UserName
AccountName
LastMessageChoice
CurrentPrivilegeSetName
ActiveModifierKeys
NetworkProtocol
RecordID
RecordModificationCount
ActiveFieldContents
FilePath
LastExternalErrorDetail
LayoutAccess
RecordAccess
HighContrastState
HighContrastColor
StatusAreaState
LayoutViewState
WindowName
WindowHeight
WindowLeft
WindowTop
WindowVisible
WindowWidth
SystemNICAddress
SystemIpAddress
ActiveFieldTableName
ActiveSelectionSize
ActiveSelectionStart
ApplicationLanguage
CurrentHostTimestamp
LayoutTableName
ScriptParameter
CurrentTimeStamp
WindowDesktopHeight
WindowDesktopWidth
WindowContentHeight
WindowContentWidth
CalculationRepetitionNumber
CurrentExtendedPrivileges
AllowAbortState
ErrorCaptureState
DesktopPath
DocumentsPath
FileMakerPath
HostIPAddress
RequestOmitState
PreferencesPath
RecordOpenCount
RecordOpenState
ScriptResult
SystemDrive
TextRulerVisible
AllowFormattingBarState
UseSystemFormatsState
WindowZoomLevel
CustomMenuSetName
ActiveLayoutObjectName
TemporaryPath
HostApplicationVersion
TriggerModifierKeys
TriggerKeystroke
DocumentsPathListing
AccountPrivilegeSet
AccountExtendedPrivileges
QuickFindText
TriggerCurrentPanel
TriggerTargetPanel
WindowStyle
InstalledFMPlugins
UUID
PersistentID
ConnectionState
CurrentTimeUTCMilliseconds
Device
WindowOrientation
TriggerGestureInfo
EncryptionState
ScriptAnimation
ModifiedFields
NetworkType
ConnectionAttributes
ScreenScaleFactor
ApplicationArchitecture
TriggerExternalEvent
TouchKeyboardState
MenubarState
RegionMonitorEvents
AccountGroupName
ActiveRecordNumber
UUIDNumber
OpenDataFileInfo
AccountType
PageCount

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.