Changeset 200 for trunk/desktop/class_c


Ignore:
Timestamp:
Jan 19, 2007, 11:28:11 PM (19 years ago)
Author:
cinc
Message:

Created metaclasses for current set of desktop classes.

Location:
trunk/desktop/class_c
Files:
4 added
3 edited

Legend:

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

    r194 r200  
    8585  /* WPDataFileData* nomThis=WPDataFileGetData(nomSelf); */
    8686
     87  return   WPDataFile_wpQueryIcon_parent(nomSelf, NULLHANDLE);
     88
     89#if 0
    8790  /* Load default wpObject icon */
    8891  if(!gchrIconName){
     
    99102  else
    100103    return gdk_pixbuf_new_from_file (gchrIconName, &error);
    101 
     104#endif
    102105#if 0
    103106  /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 84 */
  • trunk/desktop/class_c/wpfolder.c

    r194 r200  
    6868#include "wpfolderwindow.h"
    6969#include "wpfolder.ih"
     70#include "m_wpfolder.h"
    7071#include "wpdatafile.h"
    7172#include "desktop.h"
     
    425426NOM_Scope gpointer NOMLINK impl_WPFolder_wpQueryIcon(WPFolder* nomSelf, CORBA_Environment *ev)
    426427{
     428
     429  return M_WPFolder_wpclsQueryIcon( _nomGetClass((NOMObject*)nomSelf, NULLHANDLE), NULLHANDLE);
     430
     431#if 0
    427432  static const gchar *gchrIconName=NULLHANDLE;
    428433  static gpointer ptrIcon=NULLHANDLE;
     
    443448
    444449  /*  WPFolder_wpQueryIcon_parent(nomSelf,  ev); */
     450#endif
    445451}
    446452
  • trunk/desktop/class_c/wpobject.c

    r191 r200  
    471471/* WPObjectData* nomThis=WPObjectGetData(nomSelf); */
    472472
    473   return NULLHANDLE;
     473  //g_message("%d %s !!! Achtung explicit metaclass nicht in mtab ---> %x %x", __LINE__, __FUNCTION__,
     474  //        _nomGetClass((NOMObject*)nomSelf, NULLHANDLE), _WPObject);
     475  return M_WPObject_wpclsQueryIcon(_nomGetClass((NOMObject*)nomSelf, NULLHANDLE), NULLHANDLE);
     476  // return M_WPObject_wpclsQueryIcon(_WPObject, NULLHANDLE);
    474477}
    475478
Note: See TracChangeset for help on using the changeset viewer.