From 5d61d5073eb237654ce4125adc6bc3d43897d797 Mon Sep 17 00:00:00 2001 From: graemeg Date: Thu, 1 Nov 2007 12:08:07 +0000 Subject: * Added some more documentation --- docs/xml/corelib/gfxbase.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'docs/xml/corelib') diff --git a/docs/xml/corelib/gfxbase.xml b/docs/xml/corelib/gfxbase.xml index 9bc2848f..42e4d15f 100644 --- a/docs/xml/corelib/gfxbase.xml +++ b/docs/xml/corelib/gfxbase.xml @@ -5085,12 +5085,16 @@ titlebars or borders inside a main parent window. - +A abstract class representing a base Interpolation filter. +This is used as the base class to implement Interpolation filters like +Gaussian, Sinc etc... These decendant filters are used in the +StretchDraw function. + @@ -7600,8 +7604,10 @@ titlebars or borders inside a main parent window. - +Returns the text representation of a keycode. +This is mainly used for debugging, but could also be used for Menu Item keyboard +shortcuts etc. @@ -7626,8 +7632,10 @@ titlebars or borders inside a main parent window. - +Detects if the pressed keys represent a Clipboard key shortcut +Detects if the pressed keys represent a Clipboard key shortcut. If it does, it +returns the correct enum type detected. @@ -7810,8 +7818,10 @@ and AColor2. The Alpha value also gets taken into account. - +Returns true if APoint is inside ARect rectangle +This function is used to detect if the point APoint is inside the given +rectangle ARect. If it is, the function returns True, otherwise False. @@ -7836,8 +7846,10 @@ and AColor2. The Alpha value also gets taken into account. - +Fixes the Top, Bottom and Left, Right to always represent a valid rectangle +This function fixes a rectangle so that the Left point is always smaller than the +Right. And the Top is always smaller than the Bottom. -- cgit v1.2.3-70-g09d2