From 7bf60c086e174e74917929672b21251b6b623698 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Wed, 21 Jul 2010 17:53:38 +0000 Subject: [PATCH] Update GUI documentation This was SVN commit r7777. --- docs/doxygen/config | 2 +- source/gui/CGUI.h | 37 ++++++++++++++++++++----------- source/gui/GUIManager.h | 49 ++++++++++++++++++++++++++++++++++------- source/gui/IGUIObject.h | 10 ++++----- 4 files changed, 71 insertions(+), 27 deletions(-) diff --git a/docs/doxygen/config b/docs/doxygen/config index 64d5bb8fbc..f7b493e266 100644 --- a/docs/doxygen/config +++ b/docs/doxygen/config @@ -3,7 +3,7 @@ PROJECT_NUMBER = trunk TAB_SIZE = 4 -INPUT = ../../source/simulation2 ../../source/scriptinterface ../../source/network +INPUT = ../../source/simulation2 ../../source/scriptinterface ../../source/network ../../source/gui INCLUDE_PATH = ../../source EXAMPLE_PATH = ../../source RECURSIVE = YES diff --git a/source/gui/CGUI.h b/source/gui/CGUI.h index 228f15c24b..7033a93177 100644 --- a/source/gui/CGUI.h +++ b/source/gui/CGUI.h @@ -119,7 +119,8 @@ public: void Initialize(); /** - * Performs processing that should happen every frame (including the "Tick" event) + * Performs processing that should happen every frame + * (including sending the "Tick" event to scripts) */ void TickObjects(); @@ -386,7 +387,7 @@ private: void Xeromyces_ReadRootSprites(XMBElement Element, CXeromyces* pFile); /** - * Reads in the root element (the DOMElement). + * Reads in the root element \ (the DOMElement). * * @param Element The Xeromyces object that represents * the styles-tag. @@ -412,7 +413,7 @@ private: /** * Notice! Recursive function! * - * Read in an (the XMBElement) and stores it + * Read in an \ (the XMBElement) and stores it * as a child in the pParent. * * It will also check the object's children and call this function @@ -434,14 +435,14 @@ private: void Xeromyces_ReadObject(XMBElement Element, CXeromyces* pFile, IGUIObject *pParent, const std::vector >& NameSubst, std::set& Paths); /** - * Reads in the element , which repeats its child s + * Reads in the element \, which repeats its child \s * 'count' times, replacing the string "[n]" in its descendants' names * with "[0]", "[1]", etc. */ void Xeromyces_ReadRepeat(XMBElement Element, CXeromyces* pFile, IGUIObject *pParent, std::set& Paths); /** - * Reads in the element