]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/graphics.h
Cleanup of wxSocket::_Wait():
[wxWidgets.git] / interface / wx / graphics.h
index 45360115b73a8c7da567e265af39a70fc39b87f7..fa2ddf3160f3d1b128ecb215200ca762fa13322d 100644 (file)
@@ -8,12 +8,11 @@
 
 /**
     @class wxGraphicsPath
 
 /**
     @class wxGraphicsPath
-    @wxheader{graphics.h}
 
     A wxGraphicsPath is a native representation of an geometric path. The contents
     are specific an private to the respective renderer. Instances are ref counted and can
 
     A wxGraphicsPath is a native representation of an geometric path. The contents
     are specific an private to the respective renderer. Instances are ref counted and can
-    therefore be assigned as usual. The only way to get a valid instance is via a
-    CreatePath call on the graphics context or the renderer instance.
+    therefore be assigned as usual. The only way to get a valid instance is via
+    wxGraphicsContext::CreatePath or wxGraphicsRenderer::CreatePath.
 
     @library{wxcore}
     @category{FIXME}
 
     @library{wxcore}
     @category{FIXME}
@@ -160,7 +159,6 @@ public:
 
 /**
     @class wxGraphicsObject
 
 /**
     @class wxGraphicsObject
-    @wxheader{graphics.h}
 
     This class is the superclass of native graphics objects like pens etc. It
     allows reference counting. Not instantiated by user code.
 
     This class is the superclass of native graphics objects like pens etc. It
     allows reference counting. Not instantiated by user code.
@@ -189,7 +187,6 @@ public:
 
 /**
     @class wxGraphicsContext
 
 /**
     @class wxGraphicsContext
-    @wxheader{graphics.h}
 
     A wxGraphicsContext instance is the object that is drawn upon. It is created by
     a renderer using wxGraphicsRenderer::CreateContext(). This can be either directly
 
     A wxGraphicsContext instance is the object that is drawn upon. It is created by
     a renderer using wxGraphicsRenderer::CreateContext(). This can be either directly
@@ -514,7 +511,6 @@ public:
 
 /**
     @class wxGraphicsRenderer
 
 /**
     @class wxGraphicsRenderer
-    @wxheader{graphics.h}
 
     A wxGraphicsRenderer is the instance corresponding to the rendering engine
     used. There may be multiple instances on a system, if there are different
 
     A wxGraphicsRenderer is the instance corresponding to the rendering engine
     used. There may be multiple instances on a system, if there are different
@@ -634,8 +630,11 @@ public:
 
 /**
     @class wxGraphicsBrush
 
 /**
     @class wxGraphicsBrush
-    @wxheader{graphics.h}
 
 
+    A wxGraphicsBrush is a native representation of a brush. The contents
+    are specific and private to the respective renderer. Instances are ref counted and can
+    therefore be assigned as usual. The only way to get a valid instance is via
+    wxGraphicsContext::CreateBrush or wxGraphicsRenderer::CreateBrush.
 
     @library{wxcore}
     @category{FIXME}
 
     @library{wxcore}
     @category{FIXME}
@@ -650,8 +649,11 @@ public:
 
 /**
     @class wxGraphicsFont
 
 /**
     @class wxGraphicsFont
-    @wxheader{graphics.h}
 
 
+    A wxGraphicsFont is a native representation of a font. The contents
+    are specific and private to the respective renderer. Instances are ref counted and can
+    therefore be assigned as usual. The only way to get a valid instance is via
+    wxGraphicsContext::CreateFont or wxGraphicsRenderer::CreateFont.
 
     @library{wxcore}
     @category{FIXME}
 
     @library{wxcore}
     @category{FIXME}
@@ -666,8 +668,11 @@ public:
 
 /**
     @class wxGraphicsPen
 
 /**
     @class wxGraphicsPen
-    @wxheader{graphics.h}
 
 
+    A wxGraphicsPen is a native representation of a pen. The contents
+    are specific and private to the respective renderer. Instances are ref counted and can
+    therefore be assigned as usual. The only way to get a valid instance is via
+    wxGraphicsContext::CreatePen or wxGraphicsRenderer::CreatePen.
 
     @library{wxcore}
     @category{FIXME}
 
     @library{wxcore}
     @category{FIXME}
@@ -682,10 +687,11 @@ public:
 
 /**
     @class wxGraphicsMatrix
 
 /**
     @class wxGraphicsMatrix
-    @wxheader{graphics.h}
 
     A wxGraphicsMatrix is a native representation of an affine matrix. The contents
 
     A wxGraphicsMatrix is a native representation of an affine matrix. The contents
-    are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreateMatrix call on the graphics context or the renderer instance.
+    are specific and private to the respective renderer. Instances are ref counted and can
+    therefore be assigned as usual. The only way to get a valid instance is via
+    wxGraphicsContext::CreateMatrix or wxGraphicsRenderer::CreateMatrix.
 
     @library{wxcore}
     @category{FIXME}
 
     @library{wxcore}
     @category{FIXME}