/Users/airy/Sources/augui/AUGUIFramework/AU View/AUOid.h

Go to the documentation of this file.
00001 /*
00002  *  gui.h
00003  *  Muso
00004  *
00005  *  Created by Airy André on 11/11/05.
00006  *  Copyright 2005 plasq. All rights reserved.
00007  *
00008  */
00009 #pragma once
00010 
00011 #include <sys/types.h>
00012 
00013 namespace AUGUI {
00014         typedef uint32_t oid_t;
00015         
00016         static const oid_t kRootPane=0x0000FFFF;
00017         
00018         oid_t newOid(oid_t parent, int auid);
00019         oid_t newOid();
00020         oid_t newOid(oid_t parent);     
00021         oid_t newPaneOid(oid_t parent);
00022 }





Generated on Sat Jul 8 13:02:17 2006 for AUGUI Framework by doxygen1.4.6

hosted on SourceForge.net Logo