Ignore:
Timestamp:
Feb 4, 2007, 1:22:24 PM (19 years ago)
Author:
cinc
Message:

Added doxygen documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpobject.c

    r209 r224  
    6969/***************************************************************/
    7070
     71/**
     72   \brief Function which implements the wpAllocMem() method of WPObject.
     73 */
    7174NOM_Scope gpointer NOMLINK impl_WPObject_wpAllocMem(WPObject* nomSelf, const gulong cbBytes,
    7275                                                    gulong* prc, CORBA_Environment *ev)
     
    99102}
    100103
     104/**
     105   \brief Function which implements the wpFreeMem() method of WPObject.
     106 */
    101107NOM_Scope CORBA_boolean NOMLINK impl_WPObject_wpFreeMem(WPObject* nomSelf, const gpointer pByte, CORBA_Environment *ev)
    102108{
     
    115121}
    116122
     123/**
     124   \brief Override of nomInit() from NOMObject.
     125 */
    117126NOM_Scope void NOMLINK impl_WPObject_nomInit(WPObject* nomSelf, CORBA_Environment *ev)
    118127{
     
    146155}
    147156
     157/**
     158   \brief Function which implements the wpInitData() method of WPObject.
     159 */
    148160NOM_Scope void NOMLINK impl_WPObject_wpInitData(WPObject* nomSelf, CORBA_Environment *ev)
    149161{
     
    159171}
    160172
     173/**
     174   \brief Function which implements the wpUnInitData() method of WPObject.
     175 */
    161176NOM_Scope void NOMLINK impl_WPObject_wpUnInitData(WPObject* nomSelf, CORBA_Environment *ev)
    162177{
     
    189204}
    190205
     206/**
     207   \brief Function which implements the wpOpen() method of WPObject.
     208 */
    191209NOM_Scope gpointer NOMLINK impl_WPObject_wpOpen(WPObject* nomSelf, const PWPFolderWindow nomFolder,
    192210                                                const gulong ulView, const nomId nameSpaceId,
     
    250268}
    251269
     270/**
     271   \brief Function which implements the wpViewObject() method of WPObject.
     272 */
    252273NOM_Scope gpointer NOMLINK impl_WPObject_wpViewObject(WPObject* nomSelf, const PWPFolderWindow nomFolder,
    253274                                                      const gulong ulView, const nomId nameSpaceId,
     
    272293}
    273294
     295/**
     296   \brief Function which implements the wpSwitchTo() method of WPObject.
     297 */
    274298NOM_Scope gpointer NOMLINK impl_WPObject_wpSwitchTo(WPObject* nomSelf, const gulong ulView, const nomId nameSpaceId,
    275299                                                    CORBA_Environment *ev)
     
    289313}
    290314
     315/**
     316   \brief Function which implements the wpRegisterView() method of WPObject.
     317 */
    291318NOM_Scope CORBA_boolean NOMLINK impl_WPObject_wpRegisterView(WPObject* nomSelf, const PNOMWindow pWindow,
    292319                                                             const PNOMString nomStrViewTitle, CORBA_Environment *ev)
     
    298325}
    299326
     327/**
     328   \brief Function which implements the wpAddToObjUseList() method of WPObject.
     329 */
    300330NOM_Scope CORBA_boolean NOMLINK impl_WPObject_wpAddToObjUseList(WPObject* nomSelf, const PUSEITEM pUseItem,
    301331                                                                CORBA_Environment *ev)
     
    317347}
    318348
     349/**
     350   \brief Function which implements the wpDeleteFromObjUseList() method of WPObject.
     351 */
    319352NOM_Scope CORBA_boolean NOMLINK impl_WPObject_wpDeleteFromObjUseList(WPObject* nomSelf, const PUSEITEM pUseItem,
    320353                                                                     CORBA_Environment *ev)
Note: See TracChangeset for help on using the changeset viewer.