The ``uicore`` module ===================== .. py:module:: ansys.stk.core.uicore Summary ------- .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:class:`~ansys.stk.core.uicore.Toolbar` - Represents a toolbar abstraction. Provides methods and properties to manipulate the position and the state of the toolbar. * - :py:class:`~ansys.stk.core.uicore.ToolbarCollection` - Provide methods and properties to manage the toolbars. * - :py:class:`~ansys.stk.core.uicore.Window` - Represents a window abstraction. Provides methods and properties to manipulate the position and the state of the window. * - :py:class:`~ansys.stk.core.uicore.WindowGlobeObject` - Provide methods and properties to manipulate the 3D globe. * - :py:class:`~ansys.stk.core.uicore.WindowMapObject` - Provide methods and properties to manipulate the 2D map. * - :py:class:`~ansys.stk.core.uicore.WindowsCollection` - Provide methods and properties to manage the windows. .. tab-item:: Enums .. list-table:: :header-rows: 0 :widths: auto * - :py:class:`~ansys.stk.core.uicore.ApplicationWindowState` - Window states. * - :py:class:`~ansys.stk.core.uicore.WindowArrangeState` - Floating state. * - :py:class:`~ansys.stk.core.uicore.WindowArrangeStyle` - Window layout styles. * - :py:class:`~ansys.stk.core.uicore.WindowDockStyle` - Window docking styles. * - :py:class:`~ansys.stk.core.uicore.WindowServiceType` - Well-known types of services. Description ----------- The STK UI Core library is a COM library containing classes, interfaces and enumerations for the Application Object Model. .. py:currentmodule:: ansys.stk.core.uicore .. TABLE OF CONTENTS .. toctree:: :titlesonly: :maxdepth: 1 :hidden: Toolbar ToolbarCollection Window WindowGlobeObject WindowMapObject WindowsCollection .. toctree:: :titlesonly: :maxdepth: 1 :hidden: ≔ ApplicationWindowState ≔ WindowArrangeState ≔ WindowArrangeStyle ≔ WindowDockStyle ≔ WindowServiceType