#include "uilist.h" UIList::UIList() : UIWidget(UITypeList) { } void UIList::loadStyleFromOTML(const OTMLNodePtr& styleNode) { } void UIList::render() { } void UIList::onKeyPress(UIKeyEvent& event) { } void UIList::onMousePress(UIMouseEvent& event) { } void UIList::onMouseMove(UIMouseEvent& event) { }