Definition at line 14 of file EntityRef.h.
◆ EntityRef() [1/5]
Eris::EntityRef::EntityRef |
( |
| ) |
|
|
inline |
◆ EntityRef() [2/5]
Eris::EntityRef::EntityRef |
( |
View & |
v, |
|
|
const std::string & |
eid |
|
) |
| |
◆ EntityRef() [3/5]
Eris::EntityRef::EntityRef |
( |
Entity * |
e | ) |
|
|
explicit |
◆ EntityRef() [4/5]
Eris::EntityRef::EntityRef |
( |
const EntityRef & |
ref | ) |
|
◆ EntityRef() [5/5]
Eris::EntityRef::EntityRef |
( |
EntityRef && |
ref | ) |
|
|
noexcept |
◆ get()
Entity * Eris::EntityRef::get |
( |
| ) |
const |
|
inline |
◆ operator bool()
Eris::EntityRef::operator bool |
( |
| ) |
const |
|
inline |
◆ operator!()
bool Eris::EntityRef::operator! |
( |
| ) |
const |
|
inline |
◆ operator*() [1/2]
Entity & Eris::EntityRef::operator* |
( |
| ) |
|
|
inline |
◆ operator*() [2/2]
const Entity & Eris::EntityRef::operator* |
( |
| ) |
const |
|
inline |
◆ operator->() [1/2]
Entity * Eris::EntityRef::operator-> |
( |
| ) |
|
|
inline |
◆ operator->() [2/2]
const Entity * Eris::EntityRef::operator-> |
( |
| ) |
const |
|
inline |
◆ operator<()
bool Eris::EntityRef::operator< |
( |
const EntityRef & |
e | ) |
const |
|
inline |
◆ operator=()
◆ operator==() [1/2]
bool Eris::EntityRef::operator== |
( |
const Entity * |
e | ) |
const |
|
inline |
◆ operator==() [2/2]
bool Eris::EntityRef::operator== |
( |
const EntityRef & |
e | ) |
const |
|
inline |
◆ Changed
sigc::signal<void, Entity*, Entity*> Eris::EntityRef::Changed |
Emitted when value changes. First parameter is new value, second is old value.
Definition at line 87 of file EntityRef.h.
The documentation for this class was generated from the following files: