Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
A custom shape that changes the object's "over-ability", and thus where one can click on it. More...
#include <MouseEventMask.h>
Classes | |
class | Impl |
Public Member Functions | |
NONCOPYABLE (CGUIMouseEventMask) | |
CGUIMouseEventMask (IGUIObject *owner) | |
CGUIMouseEventMask (CGUIMouseEventMask &&)=default | |
CGUIMouseEventMask & | operator= (CGUIMouseEventMask &&)=delete |
~CGUIMouseEventMask () | |
operator bool () const | |
bool | IsMouseOver (const CVector2D &mousePos, const CRect &objectSize) const |
void | ToJSVal (const ScriptRequest &rq, JS::MutableHandleValue value) override |
Converts the setting data to a JS::Value using Script::ToJSVal. More... | |
Public Member Functions inherited from IGUISetting | |
NONCOPYABLE (IGUISetting) | |
IGUISetting (const CStr &name, IGUIObject *owner) | |
bool | FromString (const CStrW &value, const bool sendMessage) |
Parses the given string and assigns to the setting value. More... | |
bool | FromJSVal (const ScriptRequest &rq, JS::HandleValue value, const bool sendMessage) |
Parses the given JS::Value using Script::FromJSVal and assigns it to the setting data. More... | |
virtual void | ToJSVal (const ScriptRequest &rq, JS::MutableHandleValue value)=0 |
Converts the setting data to a JS::Value using Script::ToJSVal. More... | |
Protected Member Functions | |
bool | DoFromString (const CStrW &value) override |
bool | DoFromJSVal (const ScriptRequest &rq, JS::HandleValue value) override |
Protected Member Functions inherited from IGUISetting | |
IGUISetting (IGUISetting &&other) | |
IGUISetting & | operator= (IGUISetting &&other)=delete |
virtual | ~IGUISetting ()=default |
virtual bool | DoFromString (const CStrW &value)=0 |
virtual bool | DoFromJSVal (const ScriptRequest &rq, JS::HandleValue value)=0 |
virtual void | OnSettingChange (const CStr &setting, bool sendMessage) |
Triggers the IGUIObject logic when a setting changes. More... | |
const CStr & | GetName () const |
Return the name of the setting, from JS. More... | |
Protected Attributes | |
std::string | m_Spec |
std::unique_ptr< Impl > | m_Impl |
Protected Attributes inherited from IGUISetting | |
IGUIObject & | m_Object |
The object that stores this setting. More... | |
A custom shape that changes the object's "over-ability", and thus where one can click on it.
Supported:
TODO:
CGUIMouseEventMask::CGUIMouseEventMask | ( | IGUIObject * | owner | ) |
|
default |
CGUIMouseEventMask::~CGUIMouseEventMask | ( | ) |
|
overrideprotectedvirtual |
Implements IGUISetting.
|
overrideprotectedvirtual |
Implements IGUISetting.
CGUIMouseEventMask::NONCOPYABLE | ( | CGUIMouseEventMask | ) |
|
inlineexplicit |
|
delete |
|
overridevirtual |
Converts the setting data to a JS::Value using Script::ToJSVal.
Implements IGUISetting.
|
protected |
|
protected |