adding info about opaque classes, making sure refs are displayed correctly in pdf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
A wxGraphicsPath is a native representation of an geometric path. The contents
|
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
|
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
|
therefore be assigned as usual. The only way to get a valid instance is via
|
||||||
CreatePath call on the graphics context or the renderer instance.
|
wxGraphicsContext::CreatePath or wxGraphicsRenderer::CreatePath.
|
||||||
|
|
||||||
@library{wxcore}
|
@library{wxcore}
|
||||||
@category{FIXME}
|
@category{FIXME}
|
||||||
@@ -631,6 +631,10 @@ public:
|
|||||||
/**
|
/**
|
||||||
@class wxGraphicsBrush
|
@class wxGraphicsBrush
|
||||||
|
|
||||||
|
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}
|
@library{wxcore}
|
||||||
@category{FIXME}
|
@category{FIXME}
|
||||||
@@ -646,6 +650,10 @@ public:
|
|||||||
/**
|
/**
|
||||||
@class wxGraphicsFont
|
@class wxGraphicsFont
|
||||||
|
|
||||||
|
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}
|
@library{wxcore}
|
||||||
@category{FIXME}
|
@category{FIXME}
|
||||||
@@ -661,6 +669,10 @@ public:
|
|||||||
/**
|
/**
|
||||||
@class wxGraphicsPen
|
@class wxGraphicsPen
|
||||||
|
|
||||||
|
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}
|
@library{wxcore}
|
||||||
@category{FIXME}
|
@category{FIXME}
|
||||||
@@ -677,7 +689,9 @@ public:
|
|||||||
@class wxGraphicsMatrix
|
@class wxGraphicsMatrix
|
||||||
|
|
||||||
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}
|
@library{wxcore}
|
||||||
@category{FIXME}
|
@category{FIXME}
|
||||||
|
Reference in New Issue
Block a user