AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <Widget.hpp>
Public Member Functions | |
Widget (const Internal::Widget &W) | |
Widget ()=default | |
Widget (Widget &&Obj)=default | |
Widget (const Widget &Obj)=default | |
Widget & | operator= (Widget &&Obj)=default |
Widget & | operator= (const Widget &Obj)=default |
bool | IsHidden () const |
bool | IsVisible () const |
std::vector< Interactable::Widget > | GetInteractableChildren () const |
std::vector< Interactable::Widget > | GetDynamicInteractableChildren () const |
std::vector< Interactable::Widget > | GetStaticInteractableChildren () const |
std::vector< Interactable::Widget > | GetNestedInteractableChildren () const |
std::vector< std::int32_t > | GetNormalizedItemIDs () const |
Box | GetBox () const |
Point | GetPoint () const |
Point | GetPoint (double PointGenAccuracy) const |
bool | Hover () const |
bool | Interact (const Button &B=BUTTON_LEFT) const |
bool | Interact (const std::string &Option) const |
bool | Interact (const std::vector< std::string > &Options) const |
bool | Interact (const std::function< bool(const Box &)> &InteractMethod) const |
![]() | |
Widget (const void *Obj) | |
Widget ()=default | |
Widget (Widget &&Obj)=default | |
Widget (const Widget &Obj)=default | |
Widget & | operator= (Widget &&Obj)=default |
Widget & | operator= (const Widget &Obj)=default |
std::vector< std::string > | GetActions () const |
std::int32_t | GetBorderThickness () const |
std::int32_t | GetBoxIndex () const |
std::vector< Widget > | GetChildren () const |
Widget | GetChildren (std::int32_t I) const |
std::int32_t | GetGradient () const |
bool | GetHasListener () const |
std::int32_t | GetHeight () const |
bool | GetHidden () const |
std::int32_t | GetID () const |
std::int32_t | GetItemAmount () const |
std::vector< std::int32_t > | GetItemAmounts () const |
std::int32_t | GetItemID () const |
std::vector< std::int32_t > | GetItemIDs () const |
std::int32_t | GetModelID () const |
std::string | GetName () const |
bool | GetNoClickThrough () const |
Widget | GetParent () const |
std::int32_t | GetParentID () const |
std::int32_t | GetRelativeX () const |
std::int32_t | GetRelativeY () const |
std::int32_t | GetScrollX () const |
std::int32_t | GetScrollY () const |
std::int32_t | GetShadowColor () const |
std::int32_t | GetSpriteID () const |
std::int32_t | GetStackType () const |
std::string | GetText () const |
std::int32_t | GetTextColor () const |
std::int32_t | GetType () const |
std::int32_t | GetWidth () const |
![]() | |
Node (const void *Obj) | |
Node ()=default | |
Node (Node &&Obj)=default | |
Node (const Node &Obj)=default | |
Node & | operator= (Node &&Obj)=default |
Node & | operator= (const Node &Obj)=default |
Node | GetNext () const |
Node | GetPrev () const |
std::int64_t | GetUID () const |
![]() | |
Object (const void *Obj=nullptr) | |
Object (Object &&Obj) | |
Object (const Object &Obj) | |
Object & | operator= (Object &&Obj) |
Object & | operator= (const Object &Obj) |
bool | operator== (const Object &O) const |
bool | operator!= (const Object &O) const |
operator bool () const | |
operator void * () const | |
bool | Equals (Object O) const |
bool | InstanceOf (Class C) const |
virtual | ~Object () |
Additional Inherited Members | |
![]() | |
static Class | GetClass () |
![]() | |
static Class | GetClass () |
![]() | |
void * | Obj = nullptr |
Definition at line 16 of file Widget.hpp.
Interactable::Widget::Widget | ( | const Internal::Widget & | W | ) |
|
default |
|
default |
|
default |
Box Interactable::Widget::GetBox | ( | ) | const |
std::vector<Interactable::Widget> Interactable::Widget::GetDynamicInteractableChildren | ( | ) | const |
std::vector<Interactable::Widget> Interactable::Widget::GetInteractableChildren | ( | ) | const |
std::vector<Interactable::Widget> Interactable::Widget::GetNestedInteractableChildren | ( | ) | const |
std::vector<std::int32_t> Interactable::Widget::GetNormalizedItemIDs | ( | ) | const |
Point Interactable::Widget::GetPoint | ( | ) | const |
Point Interactable::Widget::GetPoint | ( | double | PointGenAccuracy | ) | const |
std::vector<Interactable::Widget> Interactable::Widget::GetStaticInteractableChildren | ( | ) | const |
bool Interactable::Widget::Hover | ( | ) | const |
bool Interactable::Widget::Interact | ( | const Button & | B = BUTTON_LEFT | ) | const |
bool Interactable::Widget::Interact | ( | const std::function< bool(const Box &)> & | InteractMethod | ) | const |
bool Interactable::Widget::Interact | ( | const std::string & | Option | ) | const |
bool Interactable::Widget::Interact | ( | const std::vector< std::string > & | Options | ) | const |
bool Interactable::Widget::IsHidden | ( | ) | const |
bool Interactable::Widget::IsVisible | ( | ) | const |