khanat-opennel-code/code/nel/include/nel/gui
dfighter1985 8e47f9f5b8 CHANGED: #1471 Implemented property setting for CGgroupTable.
--HG--
branch : gsoc2012-gui-editor
2012-08-05 20:09:57 +02:00
..
action_handler.h CHANGED: #1471 Don't execute action handlers and/or Lua scripts in editor mode. Warning log message when trying to look up non-existent action handlers. 2012-07-22 02:09:37 +02:00
CMakeLists.txt Created NELGUI library, moved the GUI event descriptors there. 2012-05-10 22:17:04 +02:00
ctrl_base.h CHANGED: #1471 Implemented property setting for CCtrlBase. 2012-08-03 18:44:10 +02:00
ctrl_base_button.h CHANGED: #1471 Implemented property setting for CCtrlBaseButton. 2012-08-03 21:10:57 +02:00
ctrl_button.h CHANGED: #1471 Implemented property setting for CCtrlButton. 2012-08-03 21:34:48 +02:00
ctrl_col_pick.h CHANGED: #1471 CCtrlColPick is now in the NELGUI library and is under NLGUI namespace. 2012-06-16 03:39:23 +02:00
ctrl_draggable.h CHANGED: #1471 The classes moved in the previous commit are now under the NLGUI namespace. 2012-06-09 03:57:40 +02:00
ctrl_polygon.h CHANGED: #1471 CCtrlPolygon is now in the NELGUI library and is under NLGUI. 2012-06-16 02:55:19 +02:00
ctrl_quad.h CHANGED: #1471 CCtrlQuad is now in the NELGUI library under the NLGUI namespace. 2012-06-16 02:34:07 +02:00
ctrl_scroll.h CHANGED: #1471 Implemented property setting for CCtrlTabButton and CCtrlScroll. 2012-08-04 01:46:37 +02:00
ctrl_scroll_base.h CHANGED: #1471 The classes moved in the previous commit are now under the NLGUI namespace. 2012-06-09 03:57:40 +02:00
ctrl_sheet_selection.h CHANGED: #1471 Moved CSheetSelectionGroup and CSheetSelection to the GUI library. 2012-07-07 20:38:45 +02:00
ctrl_text_button.h CHANGED: #1471 Implemented property setting for CCtrlTextButton. 2012-08-03 22:15:25 +02:00
ctrl_tooltip.h CHANGED: #1471 CCtrlTooltip is now in the NELGUI library and is under NLGUI namespace. 2012-06-16 04:16:12 +02:00
db_manager.h CHANGED: #1471 Added some comments to the headers. 2012-07-16 07:15:40 +02:00
dbgroup_combo_box.h CHANGED: #1471 CDBGroupComboBox is now part of the NELGUI library and is under the NLGUI namespace. 2012-06-29 02:57:29 +02:00
dbgroup_select_number.h CHANGED: #1471 Implemented property querying for CDBGroupSelectNumber. 2012-08-01 18:42:01 +02:00
dbview_bar.h CHANGED: #1471 Implemented property setting for CDBViewBar. 2012-08-04 19:55:10 +02:00
dbview_bar3.h CHANGED: #1471 Implemented property setting for CDBViewBar3. 2012-08-04 20:06:18 +02:00
dbview_digit.h CHANGED: #1471 Implemented property setting for CDBViewDigit. 2012-08-04 01:56:11 +02:00
dbview_number.h CHANGED: #1471 Implemented property setting for CDBViewNumber. 2012-08-04 18:14:43 +02:00
dbview_quantity.h CHANGED: #1471 Implemented property setting for CDBViewQuantity. 2012-08-04 18:17:52 +02:00
event_descriptor.h CHANGED: #1471 Finally moved some of the basic widget classes and the widget manager, action handler manager to the GUI lib. Also moved some GUI related methods back to CLuaIHM. 2012-06-09 01:37:43 +02:00
event_listener.h ADDED: #1471 new class CEventListener that can register with the NEl event server and then send the pumped events to a CInputHandler instance which ofc translates them to Nel GUI events and sends them to whoever listens. Also added a timer to NelGUIWidget which periodically pumps events and redraws the viewport. 2012-07-21 21:12:43 +02:00
group_container.h CHANGED: #1471 Implemented property querying for CGroupContainer. 2012-08-02 06:14:24 +02:00
group_container_base.h CHANGED: #1471 CGroupEditBox no longer depends on CGroupContainer, and CInputHandlerManager. 2012-06-22 23:17:55 +02:00
group_editbox.h CHANGED: #1471 Implemented property setting for CGroupEditBox. 2012-08-05 19:39:37 +02:00
group_editbox_base.h CHANGED: #1471 Implemented property querying for CGroupEditbox and CGroupCell. 2012-07-30 21:50:51 +02:00
group_frame.h CHANGED: #1471 Implemented property querying for CGroupFrame. 2012-07-31 05:19:24 +02:00
group_header.h CHANGED: #1471 Implemented property querying for CGroupHeader. 2012-08-01 05:58:10 +02:00
group_html.h CHANGED: #1471 Implemented property querying for CGroupScrollText and CGroupHTML. 2012-08-01 08:05:27 +02:00
group_list.h CHANGED: #1471 Implemented property querying for CGroupList. 2012-08-01 05:51:35 +02:00
group_menu.h CHANGED: #1471 Implemented property querying for CGroupMenu. 2012-07-31 06:45:03 +02:00
group_modal.h CHANGED: #1471 Implemented property querying for CGroupModal. 2012-07-31 05:56:28 +02:00
group_paragraph.h CHANGED: #1471 Implemented property querying for CGroupParagraph. 2012-08-01 06:24:14 +02:00
group_scrolltext.h CHANGED: #1471 Implemented property querying for CGroupScrollText and CGroupHTML. 2012-08-01 08:05:27 +02:00
group_submenu_base.h CHANGED: #1471 CCtrlScroll is now part of NELGUI, and is under the NLGUI namespace. Also added a new class CGroupSubMenuBase. 2012-06-16 02:06:53 +02:00
group_tab.h CHANGED: #1471 Implemented property setting for CCtrlTabButton and CCtrlScroll. 2012-08-04 01:46:37 +02:00
group_table.h CHANGED: #1471 Implemented property setting for CGgroupTable. 2012-08-05 20:09:57 +02:00
group_tree.h CHANGED: #1471 Implemented property querying for CGroupTree. 2012-07-31 20:44:46 +02:00
group_wheel.h CHANGED: #1471 Implemented property querying for CInterfaceGroupWheel. 2012-07-31 22:19:45 +02:00
input_event_listener.h Refactored the CEvent -> CEventDescriptor code in CInputHandlerManager. Extracted it as a new class CInputHandler, and moved some of it to CInterfaceManager. 2012-05-17 03:28:50 +02:00
input_handler.h Refactored the CEvent -> CEventDescriptor code in CInputHandlerManager. Extracted it as a new class CInputHandler, and moved some of it to CInterfaceManager. 2012-05-17 03:28:50 +02:00
interface_anim.h CHANGED: #1471 CInterfaceTrack and CInterfaceAnim are now part of the NELGUI library and are under the NLGUI namespace. 2012-07-01 04:13:24 +02:00
interface_common.h ADDED: #1471 Added new class CWidgetManager, and started to move code into it from CInterfaceManager. 2012-05-30 02:12:37 +02:00
interface_element.h CHANGED: #1471 Implemented property setting for CInterfaceElement. 2012-08-03 01:26:39 +02:00
interface_expr.h CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace. 2012-05-25 03:21:03 +02:00
interface_expr_node.h CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace. 2012-05-25 03:21:03 +02:00
interface_group.h CHANGED: #1471 Implemented property setting for CInterfaceGroup. 2012-08-05 19:24:09 +02:00
interface_link.h CHANGED: #1471 The classes moved in the previous commit are now under the NLGUI namespace. 2012-06-09 03:57:40 +02:00
interface_options.h CHANGED: #1471 Classes derived from CInterfaceOptions are now instantiated using a factory. 2012-07-08 01:56:49 +02:00
interface_parser.h CHANGED: #1471 Implemented property querying for CCtrlBase and CInterfaceGroup. 2012-07-28 00:17:41 +02:00
interface_property.h CHANGED: #1471 CInterfaceProperty is not part of the NELGUI library and is under NLGUI namespace. 2012-05-24 18:23:51 +02:00
libwww.h CHANGED: #1471 CGroupHTML, CGroupParagraph, CViewLink are now part of the NELGUI library and are under the NLGUI namespace. 2012-07-01 03:11:24 +02:00
libwww_nel_stream.h CHANGED: #1471 CGroupHTML, CGroupParagraph, CViewLink are now part of the NELGUI library and are under the NLGUI namespace. 2012-07-01 03:11:24 +02:00
link_data.h CHANGED: #1471 LinkList and LinkEditor are now fully implemented. 2012-07-25 21:51:05 +02:00
lua_helper.h Moved some Lua stuff over to the NelGUI library. 2012-05-19 23:00:52 +02:00
lua_helper_inline.h Merged default branch into gui-refactoring. 2012-07-02 22:46:08 +02:00
lua_ihm.h CHANGED: #1471 Moved back some more static methods from CLuaIHMRyzom to CLuaIHM, as CLuaIHM can now handle these too. 2012-06-09 22:18:29 +02:00
lua_loadlib.h Merged default branch into gui-refactoring. 2012-07-02 22:46:08 +02:00
lua_manager.h CHANGED: #1471 Don't execute action handlers and/or Lua scripts in editor mode. Warning log message when trying to look up non-existent action handlers. 2012-07-22 02:09:37 +02:00
lua_object.h CHANGED: #1471 Moved the stuff I moved to NELGUI library, under the NLGUI namespace. 2012-05-23 19:40:41 +02:00
parser.h CHANGED: #1471 Implemented property querying for CCtrlBase and CInterfaceGroup. 2012-07-28 00:17:41 +02:00
proc.h CHANGED: #1471 ActionEditor is now implemented. 2012-07-24 21:41:20 +02:00
reflect.h CHANGED: #1471 Moved the stuff I moved to NELGUI library, under the NLGUI namespace. 2012-05-23 19:40:41 +02:00
reflect_register.h CHANGED: #1471 Added some comments to the headers. 2012-07-16 07:15:40 +02:00
string_case.h CHANGED: #1471 moved some ucstring handling code to the NELGUI library ( required for CViewText ) 2012-06-16 22:21:14 +02:00
view_base.h CHANGED: #1471 The classes moved in the previous commit are now under the NLGUI namespace. 2012-06-09 03:57:40 +02:00
view_bitmap.h CHANGED: #1471 Implemented property setting for CViewBitmap. 2012-08-04 19:36:27 +02:00
view_bitmap_combo.h CHANGED: #1471 Implemented property setting for CViewBitmapCombo. 2012-08-04 20:16:08 +02:00
view_link.h CHANGED: #1471 CGroupHTML, CGroupParagraph, CViewLink are now part of the NELGUI library and are under the NLGUI namespace. 2012-07-01 03:11:24 +02:00
view_pointer.h ADDED: #1471 new class CEventListener that can register with the NEl event server and then send the pumped events to a CInputHandler instance which ofc translates them to Nel GUI events and sends them to whoever listens. Also added a timer to NelGUIWidget which periodically pumps events and redraws the viewport. 2012-07-21 21:12:43 +02:00
view_pointer_base.h CHANGED: #1471 CViewBitmapCombo no longer depends on CViewPointer. 2012-06-22 04:27:53 +02:00
view_polygon.h CHANGED: #1471 CViewPolygon is now part of the NELGUI library and is under the NLGUI namespace. 2012-06-16 21:05:16 +02:00
view_quad.h CHANGED: #1471 CViewQuad is now part of the NELGUI library and is under the NLGUI namespace. 2012-06-16 20:53:58 +02:00
view_renderer.h ADDED: #1471 Loaded project files are now parsed, and the result is displayed. 2012-07-19 22:28:45 +02:00
view_text.h CHANGED: #1471 Implemented property setting for CViewText. 2012-08-04 02:18:20 +02:00
view_text_formated.h CHANGED: #1471 Implemented property setting for CViewTextFormated. 2012-08-04 02:20:50 +02:00
view_text_id.h CHANGED: #1471 Implemented property setting for CViewTextID. 2012-08-04 08:03:48 +02:00
view_text_id_formated.h CHANGED: #1471 Implemented property setting for CViewTextIDFormated. 2012-08-04 08:06:09 +02:00
widget_manager.h CHANGED: #1471 Buttons can now be selected in the NelGUI widget or the widget hierarchy widget, and they will become highlighted. 2012-07-22 23:32:35 +02:00