This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
Программирование
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
Math Functionality
Node-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
Rendering-Related Classes
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Unigine::WidgetHPaned Class

Header: #include <UnigineWidgets.h>
Inherits: WidgetVPaned

This class creates a vertical movable bar that divides the window into two resizable panes. This widget should contain exactly two children. If fewer children are provided, nothing will be drawn; if more children are provided, the application may crash.

WidgetHPaned Class

Members


static WidgetHPanedPtr create ( const Ptr<Gui> & gui )

Constructor. Creates a new horizontal box, which children can be resized.

Arguments

  • const Ptr<Gui> & gui - GUI, to which the new container will belong.

Ptr<WidgetHPaned> cast( const Ptr<Widget> & widget )

Casts a WidgetHPaned out of the Widget instance.

Arguments

  • const Ptr<Widget> & widget - Pointer to Widget.

Return value

Pointer to WidgetHPaned.

int type( )

WidgetHPaned type.

Return value

WidgetHPaned type identifier.
Last update: 27.12.2018
Build: ()