|
void | choose (int choice) |
|
void | update (float dt) |
|
DialogState | getState () const |
|
void | setMousePos (const Math::Vector2d &pos) |
|
Math::Vector2d | getNextChoicePos (const Math::Vector2d &pos) |
|
Math::Vector2d | getPreviousChoicePos (const Math::Vector2d &pos) |
|
void | start (const Common::String &actor, const Common::String &name, const Common::String &node) |
|
void | selectLabel (int line, const Common::String &name) |
|
bool | isOnce (int line) const |
|
bool | isShowOnce (int line) const |
|
bool | isOnceEver (int line) const |
|
bool | isTempOnce (int line) const |
|
bool | isCond (const Common::String &cond) const |
|
| Node (const Common::String &name, const Math::Vector2d &scale=Math::Vector2d(1, 1), const Color &color=Color()) |
|
void | setName (const Common::String &name) |
|
const Common::String & | getName () const |
|
virtual void | setVisible (bool visible) |
|
bool | isVisible () const |
|
void | addChild (Node *child) |
|
void | removeChild (Node *node) |
|
void | clear () |
|
void | remove () |
|
const Common::Array< Node * > & | getChildren () const |
|
Node * | getParent () const |
|
const Node * | getRoot () const |
|
int | find (Node *other) |
|
void | setPos (const Math::Vector2d &pos) |
|
Math::Vector2d | getPos () const |
|
void | setOffset (const Math::Vector2d &offset) |
|
Math::Vector2d | getOffset () const |
|
void | setShakeOffset (const Math::Vector2d &offset) |
|
Math::Vector2d | getShakeOffset () const |
|
void | setRenderOffset (const Math::Vector2d &offset) |
|
Math::Vector2d | getRenderOffset () const |
|
void | setScale (const Math::Vector2d &scale) |
|
virtual Math::Vector2d | getScale () const |
|
Math::Vector2d | getAbsPos () const |
|
virtual Math::Matrix4 | getTrsf (const Math::Matrix4 &parentTrsf) |
|
void | setColor (const Color &color) |
|
Color | getColor () const |
|
Color | getComputedColor () const |
|
void | setAlpha (float alpha) |
|
float | getAlpha () const |
|
void | setZSort (int zsort) |
|
virtual int | getZSort () const |
|
void | setRotation (float rotation) |
|
float | getRotation () const |
|
void | setRotationOffset (float rotationOffset) |
|
float | getRotationOffset () const |
|
void | setAnchor (const Math::Vector2d &anchor) |
|
void | setAnchorNorm (const Math::Vector2d &anchorNorm) |
|
void | setSize (const Math::Vector2d &size) |
|
Math::Vector2d | getSize () const |
|
virtual Rectf | getRect () const |
|
void | draw (const Math::Matrix4 &parent=Math::Matrix4()) |
|