AGW Logo

agw_title AuiDockInfo

A class to store all properties of a dock.

hierarchy Inheritance Diagram

Inheritance diagram for: AuiDockInfo

Inheritance diagram of AuiDockInfo


method_summary Methods Summary

__init__Default class constructor.
IsHorizontalReturns whether the dock is horizontal or not.
IsOkReturns whether a dock is valid or not.
IsVerticalReturns whether the dock is vertical or not.

API Class API

class AuiDockInfo(object)[source]

A class to store all properties of a dock.



__init__()[source]

Default class constructor. Used internally, do not call it in your code!



IsHorizontal()[source]

Returns whether the dock is horizontal or not.



IsOk()[source]

Returns whether a dock is valid or not.

In order to be valid, a dock needs to have a non-zero dock_direction.



IsVertical()[source]

Returns whether the dock is vertical or not.

Tree

Table Of Contents

Previous topic

AuiCenterDockingGuide

Next topic

AuiDockUIPart