UFO: Alien Invasion
|
#include "../ui_main.h"
#include "../ui_parse.h"
#include "../ui_behaviour.h"
#include "../ui_font.h"
#include "../ui_render.h"
#include "../ui_actions.h"
#include "../ui_lua.h"
#include "ui_node_abstractnode.h"
#include "ui_node_abstractscrollable.h"
#include "../../client.h"
#include "../../../common/scripts_lua.h"
Go to the source code of this file.
Macros | |
#define | EXTRADATA_TYPE abstractScrollableExtraData_t |
#define | EXTRADATA(node) UI_EXTRADATA(node, EXTRADATA_TYPE) |
Functions | |
static void | UI_AbstractScrollableNodePageUp (uiNode_t *node, const uiCallContext_t *context) |
static void | UI_AbstractScrollableNodePageDown (uiNode_t *node, const uiCallContext_t *context) |
static void | UI_AbstractScrollableNodeMoveUp (uiNode_t *node, const uiCallContext_t *context) |
static void | UI_AbstractScrollableNodeMoveDown (uiNode_t *node, const uiCallContext_t *context) |
static void | UI_AbstractScrollableNodeMoveHome (uiNode_t *node, const uiCallContext_t *context) |
static void | UI_AbstractScrollableNodeMoveEnd (uiNode_t *node, const uiCallContext_t *context) |
void | UI_RegisterAbstractScrollableNode (uiBehaviour_t *behaviour) |
Definition in file ui_node_abstractscrollable.cpp.
#define EXTRADATA | ( | node | ) | UI_EXTRADATA(node, EXTRADATA_TYPE) |
Definition at line 42 of file ui_node_abstractscrollable.cpp.
Referenced by uiAbstractScrollableNode::initNode(), uiAbstractScrollableNode::isSizeChange(), uiAbstractScrollableNode::moveDown(), uiAbstractScrollableNode::moveEnd(), uiAbstractScrollableNode::moveUp(), uiAbstractScrollableNode::pageDown(), uiAbstractScrollableNode::pageUp(), uiAbstractScrollableNode::scrollY(), and uiAbstractScrollableNode::setScrollY().
#define EXTRADATA_TYPE abstractScrollableExtraData_t |
Definition at line 41 of file ui_node_abstractscrollable.cpp.
Referenced by UI_RegisterAbstractScrollableNode().
|
static |
Definition at line 204 of file ui_node_abstractscrollable.cpp.
References uiNode_t::behaviour, SharedPtr< T >::get(), uiBehaviour_t::manager, and uiAbstractScrollableNode::moveDown().
Referenced by UI_RegisterAbstractScrollableNode().
|
static |
Definition at line 219 of file ui_node_abstractscrollable.cpp.
References uiNode_t::behaviour, SharedPtr< T >::get(), uiBehaviour_t::manager, and uiAbstractScrollableNode::moveEnd().
Referenced by UI_RegisterAbstractScrollableNode().
|
static |
Definition at line 210 of file ui_node_abstractscrollable.cpp.
References uiNode_t::behaviour, SharedPtr< T >::get(), uiBehaviour_t::manager, and uiAbstractScrollableNode::moveHome().
Referenced by UI_RegisterAbstractScrollableNode().
|
static |
Definition at line 198 of file ui_node_abstractscrollable.cpp.
References uiNode_t::behaviour, SharedPtr< T >::get(), uiBehaviour_t::manager, and uiAbstractScrollableNode::moveUp().
Referenced by UI_RegisterAbstractScrollableNode().
|
static |
Definition at line 192 of file ui_node_abstractscrollable.cpp.
References uiNode_t::behaviour, SharedPtr< T >::get(), uiBehaviour_t::manager, and uiAbstractScrollableNode::pageDown().
Referenced by UI_RegisterAbstractScrollableNode().
|
static |
Definition at line 186 of file ui_node_abstractscrollable.cpp.
References uiNode_t::behaviour, SharedPtr< T >::get(), uiBehaviour_t::manager, and uiAbstractScrollableNode::pageUp().
Referenced by UI_RegisterAbstractScrollableNode().
void UI_RegisterAbstractScrollableNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 235 of file ui_node_abstractscrollable.cpp.
References EXTRADATA_TYPE, uiBehaviour_t::extraDataSize, uiBehaviour_t::isAbstract, uiBehaviour_t::lua_SWIG_typeinfo, uiBehaviour_t::manager, uiBehaviour_t::name, UI_AbstractScrollableNodeMoveDown(), UI_AbstractScrollableNodeMoveEnd(), UI_AbstractScrollableNodeMoveHome(), UI_AbstractScrollableNodeMoveUp(), UI_AbstractScrollableNodePageDown(), UI_AbstractScrollableNodePageUp(), UI_RegisterExtradataNodeProperty, UI_RegisterNodeMethod(), UI_SWIG_TypeQuery(), V_INT, and V_UI_ACTION.