Luky/Gui/LLShapes.h

00001 //
00002 //  LLShapes.h
00003 //  MacTrek
00004 //
00005 //  Created by Aqua on 27/04/2006.
00006 //  Copyright 2006 Luky Soft. 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 - (void)   roundedRectangle:(NSRect)aRect withRadius:(float)radius fill:(bool)fill;
00025 - (void)   roundedLabel:(NSRect)aRect withColor:(NSColor *)col;
00026 
00027 @end

Generated on Sat Aug 26 21:14:16 2006 for MacTrek by  doxygen 1.4.7