paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/include pgxmllayoutloader.h,1.1,1.2


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgxmllayoutloader.h,1.1,1.2
Date: Thu, 27 Jun 2002 11:37:46 -0400

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv26167/include

Modified Files:
        pgxmllayoutloader.h 
Log Message:
more work on the XML layout loader.
basic factory integration.


Index: pgxmllayoutloader.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgxmllayoutloader.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pgxmllayoutloader.h 27 Jun 2002 14:37:11 -0000      1.1
--- pgxmllayoutloader.h 27 Jun 2002 15:37:43 -0000      1.2
***************
*** 1,6 ****
! #ifndef PG_LAYOUTLOADER_H
! #define PG_LAYOUTLOADER_H
  
  #include "pgsignals.h"
  #include <string>
  #include <map>
--- 1,7 ----
! #ifndef PG_XMLLAYOUTLOADER_H
! #define PG_XMLLAYOUTLOADER_H
  
  #include "pgsignals.h"
+ #include "pgrect.h"
  #include <string>
  #include <map>
***************
*** 24,27 ****
--- 25,42 ----
        void Log();
        
+       inline std::string GetString(const char* name) {
+               return taglist[name];
+       }
+       
+       PG_Rect GetRect(const char* name, PG_Widget* parent);
+       
+       int GetInt(const char* name);
+       
+       int GetAlignment(const char* name);
+       
+       int GetBackmode(const char* name);
+       
+       PG_Gradient* GetGradient(const char* name);
+       
        std::string name;
        PG_XMLTagList taglist;
***************
*** 70,72 ****
  };
  
! #endif // PG_LAYOUTLOADER_H
--- 85,87 ----
  };
  
! #endif // PG_XMLLAYOUTLOADER_H




reply via email to

[Prev in Thread] Current Thread [Next in Thread]