Exemplo n.º 1
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Graphics.DirectX")


class DirectXAlphaMode(enum.IntEnum):
    Unspecified = 0
    Premultiplied = 1
    Straight = 2
    Ignore = 3


class DirectXColorSpace(enum.IntEnum):
    RgbFullG22NoneP709 = 0
    RgbFullG10NoneP709 = 1
    RgbStudioG22NoneP709 = 2
    RgbStudioG22NoneP2020 = 3
    Reserved = 4
    YccFullG22NoneP709X601 = 5
    YccStudioG22LeftP601 = 6
    YccFullG22LeftP601 = 7
    YccStudioG22LeftP709 = 8
    YccFullG22LeftP709 = 9
    YccStudioG22LeftP2020 = 10
    YccFullG22LeftP2020 = 11
    RgbFullG2084NoneP2020 = 12
    YccStudioG2084LeftP2020 = 13
Exemplo n.º 2
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Storage.Streams")

try:
    import pyrt.windows.foundation
except:
    pass

try:
    import pyrt.windows.storage
except:
    pass

try:
    import pyrt.windows.system
except:
    pass


class ByteOrder(enum.IntEnum):
    LittleEndian = 0
    BigEndian = 1


class FileOpenDisposition(enum.IntEnum):
    OpenExisting = 0
Exemplo n.º 3
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Foundation.Collections")

try:
    import pyrt.windows.foundation
except:
    pass

class CollectionChange(enum.IntEnum):
    Reset = 0
    ItemInserted = 1
    ItemRemoved = 2
    ItemChanged = 3

PropertySet = __ns__.PropertySet
StringMap = __ns__.StringMap
ValueSet = __ns__.ValueSet
IIterable = __ns__.IIterable
IIterator = __ns__.IIterator
IKeyValuePair = __ns__.IKeyValuePair
IMapChangedEventArgs = __ns__.IMapChangedEventArgs
IMapView = __ns__.IMapView
IMap = __ns__.IMap
IObservableMap = __ns__.IObservableMap
IObservableVector = __ns__.IObservableVector
IPropertySet = __ns__.IPropertySet
Exemplo n.º 4
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Media")

try:
    import pyrt.windows.applicationmodel.appservice
except:
    pass

try:
    import pyrt.windows.foundation
except:
    pass

try:
    import pyrt.windows.foundation.collections
except:
    pass

try:
    import pyrt.windows.graphics.directx
except:
    pass

try:
    import pyrt.windows.graphics.directx.direct3d11
except:
Exemplo n.º 5
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing

__ns__ = _import_ns("Windows.Foundation.Numerics")

Matrix3x2 = __ns__.Matrix3x2
Matrix4x4 = __ns__.Matrix4x4
Plane = __ns__.Plane
Quaternion = __ns__.Quaternion
Rational = __ns__.Rational
Vector2 = __ns__.Vector2
Vector3 = __ns__.Vector3
Vector4 = __ns__.Vector4
Exemplo n.º 6
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Storage")

try:
    import pyrt.windows.foundation
except:
    pass

try:
    import pyrt.windows.foundation.collections
except:
    pass

try:
    import pyrt.windows.storage.fileproperties
except:
    pass

try:
    import pyrt.windows.storage.provider
except:
    pass

try:
    import pyrt.windows.storage.search
except:
Exemplo n.º 7
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Devices.Geolocation.Geofencing")

try:
    import pyrt.windows.devices.geolocation
except:
    pass

try:
    import pyrt.windows.foundation
except:
    pass

try:
    import pyrt.windows.foundation.collections
except:
    pass


class GeofenceMonitorStatus(enum.IntEnum):
    Ready = 0
    Initializing = 1
    NoData = 2
    Disabled = 3
    NotInitialized = 4
    NotAvailable = 5
Exemplo n.º 8
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Devices.Geolocation")

try:
    import pyrt.windows.foundation
except:
    pass

try:
    import pyrt.windows.foundation.collections
except:
    pass


class AltitudeReferenceSystem(enum.IntEnum):
    Unspecified = 0
    Terrain = 1
    Ellipsoid = 2
    Geoid = 3
    Surface = 4


class GeolocationAccessStatus(enum.IntEnum):
    Unspecified = 0
    Allowed = 1
    Denied = 2
Exemplo n.º 9
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.AI.MachineLearning")

try:
    import pyrt.windows.foundation
except:
    pass

try:
    import pyrt.windows.foundation.collections
except:
    pass

try:
    import pyrt.windows.graphics
except:
    pass

try:
    import pyrt.windows.graphics.directx.direct3d11
except:
    pass

try:
    import pyrt.windows.graphics.imaging
except:
Exemplo n.º 10
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Data.Json")

try:
    import pyrt.windows.foundation.collections
except:
    pass


class JsonErrorStatus(enum.IntEnum):
    Unknown = 0
    InvalidJsonString = 1
    InvalidJsonNumber = 2
    JsonValueNotFound = 3
    ImplementationLimit = 4


class JsonValueType(enum.IntEnum):
    Null = 0
    Boolean = 1
    Number = 2
    String = 3
    Array = 4
    Object = 5

Exemplo n.º 11
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Foundation")

try:
    import pyrt.windows.foundation.collections
except:
    pass


class AsyncStatus(enum.IntEnum):
    Canceled = 2
    Completed = 1
    Error = 3
    Started = 0


class PropertyType(enum.IntEnum):
    Empty = 0
    UInt8 = 1
    Int16 = 2
    UInt16 = 3
    Int32 = 4
    UInt32 = 5
    Int64 = 6
    UInt64 = 7
    Single = 8
Exemplo n.º 12
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Graphics.Imaging")

try:
    import pyrt.windows.foundation
except:
    pass

try:
    import pyrt.windows.foundation.collections
except:
    pass

try:
    import pyrt.windows.graphics.directx.direct3d11
except:
    pass

try:
    import pyrt.windows.storage.streams
except:
    pass


class BitmapAlphaMode(enum.IntEnum):
    Premultiplied = 0
Exemplo n.º 13
0
# WARNING: Please don't edit this file. It was generated by Python/WinRT

from pyrt import _import_ns
import typing
import enum

__ns__ = _import_ns("Windows.Storage.Search")

try:
    import pyrt.windows.data.text
except:
    pass

try:
    import pyrt.windows.foundation
except:
    pass

try:
    import pyrt.windows.foundation.collections
except:
    pass

try:
    import pyrt.windows.storage
except:
    pass

try:
    import pyrt.windows.storage.fileproperties
except: