Otclient
14/8/2020
|
#include <uianchorlayout.h>
Public Member Functions | |
UIAnchor (Fw::AnchorEdge anchoredEdge, const std::string &hookedWidgetId, Fw::AnchorEdge hookedEdge) | |
Fw::AnchorEdge | getAnchoredEdge () const |
Fw::AnchorEdge | getHookedEdge () const |
virtual UIWidgetPtr | getHookedWidget (const UIWidgetPtr &widget, const UIWidgetPtr &parentWidget) |
virtual int | getHookedPoint (const UIWidgetPtr &hookedWidget, const UIWidgetPtr &parentWidget) |
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 () |
Protected Attributes | |
Fw::AnchorEdge | m_anchoredEdge |
Fw::AnchorEdge | m_hookedEdge |
std::string | m_hookedWidgetId |
Definition at line 28 of file uianchorlayout.h.
|
inline |
Definition at line 31 of file uianchorlayout.h.
|
inline |
Definition at line 34 of file uianchorlayout.h.
|
inline |
Definition at line 35 of file uianchorlayout.h.
|
virtual |
Reimplemented in UIPositionAnchor.
Definition at line 43 of file uianchorlayout.cpp.
|
virtual |
Reimplemented in UIPositionAnchor.
Definition at line 26 of file uianchorlayout.cpp.
|
protected |
Definition at line 41 of file uianchorlayout.h.
|
protected |
Definition at line 42 of file uianchorlayout.h.
|
protected |
Definition at line 43 of file uianchorlayout.h.