/Volumes/Plantain/MyDocuments/Projects/MacTrek/MacTrek/Luky/Gui/LLShapes.h

00001 //
00002 //  LLShapes.h
00003 //  MacTrek
00004 //
00005 //  Created by Aqua on 27/04/2006.
00006 //  Copyright 2006 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Cocoa/Cocoa.h>
00010 
00011 
00012 @interface LLShapes : NSObject {
00013 
00014 }
00015 
00016 - (NSRect) rectWithHeight:(int)height width:(int)width centerPoint:(NSPoint)centerGravity;
00017 - (void)   drawTriangleNotchUpInRect:(NSRect)rect;
00018 - (void)   drawTriangleNotchDownInRect:(NSRect)rect;
00019 - (void)   drawCircleInRect:(NSRect) rect;
00020 - (void)   drawSpaceShipInRect:(NSRect) rect;
00021 - (void)   drawDoubleCircleInRect:(NSRect) rect;
00022 - (NSRect) createRectAroundOrigin:(NSRect)Rect;
00023 - (NSPoint)centreOfRect:(NSRect)Rect;
00024 
00025 
00026 @end

Generated on Fri Jul 28 19:15:22 2006 for MacTrek by  doxygen 1.4.7