|
Otclient 1.0
14/8/2020
|
#include <uimapanchorlayout.h>


Public Member Functions | |
| UIPositionAnchor (Fw::AnchorEdge anchoredEdge, const Position &hookedPosition, Fw::AnchorEdge hookedEdge) | |
| UIWidgetPtr | getHookedWidget (const UIWidgetPtr &, const UIWidgetPtr &parentWidget) override |
| int | getHookedPoint (const UIWidgetPtr &hookedWidget, const UIWidgetPtr &parentWidget) override |
Public Member Functions inherited from UIAnchor | |
| UIAnchor (Fw::AnchorEdge anchoredEdge, const std::string &hookedWidgetId, Fw::AnchorEdge hookedEdge) | |
| Fw::AnchorEdge | getAnchoredEdge () const |
| Fw::AnchorEdge | getHookedEdge () const |
Public Member Functions inherited from stdext::shared_object | |
| shared_object () | |
| virtual | ~shared_object () |
| void | add_ref () |
| void | dec_ref () |
| refcount_t | ref_count () |
| template<typename T > | |
| stdext::shared_object_ptr< T > | static_self_cast () |
| template<typename T > | |
| stdext::shared_object_ptr< T > | dynamic_self_cast () |
| template<typename T > | |
| stdext::shared_object_ptr< T > | const_self_cast () |
Additional Inherited Members | |
Protected Attributes inherited from UIAnchor | |
| Fw::AnchorEdge | m_anchoredEdge |
| Fw::AnchorEdge | m_hookedEdge |
| std::string | m_hookedWidgetId |
Definition at line 31 of file uimapanchorlayout.h.
|
inline |
Definition at line 34 of file uimapanchorlayout.h.
|
overridevirtual |
Reimplemented from UIAnchor.
Definition at line 28 of file uimapanchorlayout.cpp.

|
inlineoverridevirtual |
Reimplemented from UIAnchor.
Definition at line 39 of file uimapanchorlayout.h.