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 |
![]() | |
UIAnchor (Fw::AnchorEdge anchoredEdge, const std::string &hookedWidgetId, Fw::AnchorEdge hookedEdge) | |
Fw::AnchorEdge | getAnchoredEdge () const |
Fw::AnchorEdge | getHookedEdge () const |
![]() | |
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 | |
![]() | |
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.