Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-06-27 18:00:03 +00:00
parent 10da75d098
commit 12f5e1e78f
263 changed files with 2 additions and 605 deletions

View File

@@ -8,7 +8,6 @@
/**
@class wxAboutDialogInfo
@wxheader{aboutdlg.h}
wxAboutDialogInfo contains information shown in the standard @e About
dialog displayed by the wxAboutBox() function.

View File

@@ -29,7 +29,6 @@ enum wxAcceleratorEntryFlags
/**
@class wxAcceleratorEntry
@wxheader{accel.h}
An object used by an application wishing to create an accelerator table
(see wxAcceleratorTable).
@@ -130,7 +129,6 @@ public:
/**
@class wxAcceleratorTable
@wxheader{accel.h}
An accelerator table allows the application to specify a table of keyboard
shortcuts for menu or button commands.

View File

@@ -219,7 +219,6 @@ typedef enum
/**
@class wxAccessible
@wxheader{access.h}
The wxAccessible class allows wxWidgets applications, and wxWidgets itself,
to return extended information about user interface elements to client

View File

@@ -25,7 +25,6 @@ enum wxAnimationType
/**
@class wxAnimationCtrl
@wxheader{animate.h}
This is a static control which displays an animation.
wxAnimationCtrl API is as simple as possible and won't give you full control
@@ -177,7 +176,6 @@ public:
/**
@class wxAnimation
@wxheader{animate.h}
This class encapsulates the concept of a platform-dependent animation.
An animation is a sequence of frames of the same size.

View File

@@ -9,7 +9,6 @@
/**
@class wxAppConsole
@wxheader{app.h}
This class is essential for writing console-only or hybrid apps without
having to define wxUSE_GUI=0.
@@ -472,7 +471,6 @@ public:
/**
@class wxApp
@wxheader{app.h}
The wxApp class represents the application itself. It is used to:

View File

@@ -8,7 +8,6 @@
/**
@class wxAppTraits
@wxheader{apptrait.h}
The wxAppTraits class defines various configurable aspects of a wxApp.
You can access it using wxApp::GetTraits() function and you can create your

View File

@@ -8,7 +8,6 @@
/**
@class wxArchiveInputStream
@wxheader{archive.h}
This is an abstract base class which serves as a common interface to
archive input streams such as wxZipInputStream.
@@ -57,7 +56,6 @@ public:
/**
@class wxArchiveOutputStream
@wxheader{archive.h}
This is an abstract base class which serves as a common interface to
archive output streams such as wxZipOutputStream.
@@ -158,7 +156,6 @@ public:
/**
@class wxArchiveEntry
@wxheader{archive.h}
This is an abstract base class which serves as a common interface to
archive entry classes such as wxZipEntry.
@@ -316,7 +313,6 @@ enum wxStreamProtocolType
/**
@class wxArchiveClassFactory
@wxheader{archive.h}
Allows the creation of streams to handle archive formats such as zip and tar.
@@ -476,7 +472,6 @@ public:
/**
@class wxArchiveNotifier
@wxheader{archive.h}
If you need to know when a wxArchiveInputStream updates a wxArchiveEntry
object, you can create a notifier by deriving from this abstract base class,
@@ -511,7 +506,6 @@ public:
/**
@class wxArchiveIterator
@wxheader{archive.h}
An input iterator template class that can be used to transfer an archive's
catalogue to a container. It is only available if wxUSE_STL is set to 1

View File

@@ -15,7 +15,6 @@
/**
@class wxArrayString
@wxheader{arrstr.h}
wxArrayString is an efficient container for storing wxString objects.
@@ -263,7 +262,6 @@ public:
/**
@class wxSortedArrayString
@wxheader{arrstr.h}
wxSortedArrayString is an efficient container for storing wxString objects
which always keeps the string in alphabetical order.

View File

@@ -8,7 +8,6 @@
/**
@class wxArtProvider
@wxheader{artprov.h}
wxArtProvider class is used to customize the look of wxWidgets application.

View File

@@ -8,7 +8,6 @@
/**
@class wxAuiNotebook
@headerfile auibook.h wx/aui/auibook.h
wxAuiNotebook is part of the wxAUI class framework.
See also @ref overview_aui.
@@ -239,7 +238,6 @@ public:
/**
@class wxAuiTabArt
@headerfile auibook.h wx/aui/auibook.h
Tab art class.

View File

@@ -73,7 +73,6 @@ enum wxAuiButtonId
/**
@class wxAuiDockArt
@headerfile dockart.h wx/aui/dockart.h
wxAuiDockArt is part of the wxAUI class framework.
See also @ref overview_aui.

View File

@@ -44,7 +44,6 @@ enum wxAuiManagerOption
/**
@class wxAuiManager
@headerfile aui.h wx/aui/aui.h
wxAuiManager is the central class of the wxAUI class framework.
See also @ref overview_aui.
@@ -336,7 +335,6 @@ protected:
/**
@class wxAuiPaneInfo
@headerfile aui.h wx/aui/aui.h
wxAuiPaneInfo is part of the wxAUI class framework.
See also @ref overview_aui.

View File

@@ -14,7 +14,6 @@
/**
@class wxBitmapHandler
@wxheader{bitmap.h}
This is the base class for implementing bitmap file loading/saving, and
bitmap creation from data.
@@ -154,7 +153,6 @@ public:
/**
@class wxBitmap
@wxheader{bitmap.h}
This class encapsulates the concept of a platform-dependent bitmap,
either monochrome or colour or colour with alpha channel support.
@@ -605,7 +603,6 @@ wxBitmap wxNullBitmap;
/**
@class wxMask
@wxheader{bitmap.h}
This class encapsulates a monochrome mask bitmap, where the masked area is
black and the unmasked area is white.

View File

@@ -8,7 +8,6 @@
/**
@class wxBitmapButton
@wxheader{bmpbuttn.h}
A bitmap button is a control that contains a bitmap.
It may be placed on a wxDialog or a wxPanel, or indeed almost any other window.

View File

@@ -8,7 +8,6 @@
/**
@class wxBitmapComboBox
@wxheader{bmpcbox.h}
A combobox that displays bitmap in front of the list items.
It currently only allows using bitmaps of one size, and resizes itself

View File

@@ -8,7 +8,6 @@
/**
@class wxBookCtrlBase
@wxheader{bookctrl.h}
@todo Document this class.

View File

@@ -54,7 +54,6 @@ enum wxBrushStyle
/**
@class wxBrush
@wxheader{brush.h}
A brush is a drawing tool for filling in areas. It is used for painting
the background of rectangles, ellipses, etc. It has a colour and a style.
@@ -274,7 +273,6 @@ wxBrush* wxRED_BRUSH;
/**
@class wxBrushList
@wxheader{gdicmn.h}
A brush list is a list containing all brushes which have been created.

View File

@@ -8,7 +8,6 @@
/**
@class wxMemoryBuffer
@wxheader{buffer.h}
A @b wxMemoryBuffer is a useful data structure for storing arbitrary sized
blocks of memory. wxMemoryBuffer guarantees deletion of the memory block when

View File

@@ -8,7 +8,6 @@
/**
@class wxBusyInfo
@wxheader{busyinfo.h}
This class makes it easy to tell your user that the program is temporarily busy.
Just create a wxBusyInfo object on the stack, and within the current scope,

View File

@@ -8,7 +8,6 @@
/**
@class wxButton
@wxheader{button.h}
A button is a control that contains a text string, and is one of the most
common elements of a GUI.

View File

@@ -8,7 +8,6 @@
/**
@class wxCalendarEvent
@wxheader{calctrl.h}
The wxCalendarEvent class is used together with wxCalendarCtrl.
@@ -49,7 +48,6 @@ enum wxCalendarDateBorder
/**
@class wxCalendarDateAttr
@wxheader{calctrl.h}
wxCalendarDateAttr is a custom attributes for a calendar date. The objects
of this class are used with wxCalendarCtrl.
@@ -194,7 +192,6 @@ enum wxCalendarHitTestResult
/**
@class wxCalendarCtrl
@wxheader{calctrl.h}
The calendar control allows the user to pick a date. The user can move the
current selection using the keyboard and select the date (generating

View File

@@ -8,7 +8,6 @@
/**
@class wxCaret
@wxheader{caret.h}
A caret is a blinking cursor showing the position where the typed text will
appear. Text controls usually have their own caret but wxCaret provides a

View File

@@ -19,7 +19,6 @@ enum wxCheckBoxState
/**
@class wxCheckBox
@wxheader{checkbox.h}
A checkbox is a labelled box which by default is either on (checkmark is
visible) or off (no checkmark). Optionally (when the wxCHK_3STATE style

View File

@@ -8,7 +8,6 @@
/**
@class wxCheckListBox
@wxheader{checklst.h}
A wxCheckListBox is like a wxListBox, but allows items to be checked or
unchecked.

View File

@@ -8,7 +8,6 @@
/**
@class wxMultiChoiceDialog
@wxheader{choicdlg.h}
This class represents a dialog that shows a list of strings, and allows the
user to select one or more.
@@ -95,7 +94,6 @@ public:
/**
@class wxSingleChoiceDialog
@wxheader{choicdlg.h}
This class represents a dialog that shows a list of strings, and allows the
user to select one. Double-clicking on a list item is equivalent to

View File

@@ -8,7 +8,6 @@
/**
@class wxChoice
@wxheader{choice.h}
A choice item is used to select one of a list of strings. Unlike a
wxListBox, only the selection is visible until the user pulls down the

View File

@@ -8,7 +8,6 @@
/**
@class wxChoicebook
@wxheader{choicebk.h}
wxChoicebook is a class similar to wxNotebook, but uses a wxChoice control
to show the labels instead of the tabs.

View File

@@ -14,7 +14,6 @@
/**
@class wxClipboard
@wxheader{clipbrd.h}
A class for manipulating the clipboard.

View File

@@ -8,7 +8,6 @@
/**
@class wxClientDataContainer
@wxheader{clntdata.h}
This class is a mixin that provides storage and management of "client
data." This data can either be of type void - in which case the data
@@ -63,7 +62,6 @@ public:
/**
@class wxClientData
@wxheader{clntdata.h}
All classes deriving from wxEvtHandler (such as all controls and wxApp) can
hold arbitrary data which is here referred to as "client data". This is
@@ -108,7 +106,6 @@ public:
/**
@class wxStringClientData
@wxheader{clntdata.h}
Predefined client data class for holding a string.

View File

@@ -8,7 +8,6 @@
/**
@class wxColourPickerCtrl
@wxheader{clrpicker.h}
This control allows the user to select a colour. The generic implementation
is a button which brings up a wxColourDialog when clicked. Native
@@ -107,7 +106,6 @@ public:
/**
@class wxColourPickerEvent
@wxheader{clrpicker.h}
This event class is used for the events generated by wxColourPickerCtrl.

View File

@@ -87,7 +87,6 @@ struct wxCmdLineEntryDesc
/**
@class wxCmdLineParser
@wxheader{cmdline.h}
wxCmdLineParser is a class for parsing the command line.

View File

@@ -8,7 +8,6 @@
/**
@class wxCommand
@wxheader{cmdproc.h}
wxCommand is a base class for modelling an application command, which is an
action usually performed by selecting a menu item, pressing a toolbar
@@ -93,7 +92,6 @@ public:
/**
@class wxCommandProcessor
@wxheader{cmdproc.h}
wxCommandProcessor is a class that maintains a history of wxCommands, with
undo/redo functionality built-in. Derive a new class from this if you want

View File

@@ -8,7 +8,6 @@
/**
@class wxFontData
@wxheader{cmndata.h}
This class holds a variety of information related to font dialogs.
@@ -130,7 +129,6 @@ public:
/**
@class wxPageSetupDialogData
@wxheader{cmndata.h}
This class holds a variety of information related to wxPageSetupDialog.
@@ -346,7 +344,6 @@ public:
/**
@class wxColourData
@wxheader{cmndata.h}
This class holds a variety of information related to colour dialogs.
@@ -459,7 +456,6 @@ enum wxPrintBin
/**
@class wxPrintData
@wxheader{cmndata.h}
This class holds a variety of information related to printers and printer
device contexts. This class is used to create a wxPrinterDC and a
@@ -664,7 +660,6 @@ public:
/**
@class wxPrintDialogData
@wxheader{cmndata.h}
This class holds information related to the visual characteristics of
wxPrintDialog. It contains a wxPrintData object with underlying printing

View File

@@ -8,7 +8,6 @@
/**
@class wxCollapsiblePaneEvent
@wxheader{collpane.h}
This event class is used for the events generated by wxCollapsiblePane.
@@ -46,7 +45,6 @@ public:
/**
@class wxCollapsiblePane
@wxheader{collpane.h}
A collapsible pane is a container with an embedded button-like control
which can be used by the user to collapse or expand the pane's contents.

View File

@@ -8,7 +8,6 @@
/**
@class wxColourDialog
@wxheader{colordlg.h}
This class represents the colour chooser dialog.

View File

@@ -8,7 +8,6 @@
/**
@class wxColour
@wxheader{colour.h}
A colour is an object representing a combination of Red, Green, and Blue
(RGB) intensity values, and is used to determine drawing colours. See the

View File

@@ -8,7 +8,6 @@
/**
@class wxComboPopup
@wxheader{combo.h}
In order to use a custom popup with wxComboCtrl, an interface class must be
derived from wxComboPopup.
@@ -170,7 +169,6 @@ struct wxComboCtrlFeatures
/**
@class wxComboCtrl
@wxheader{combo.h}
A combo control is a generic combobox that allows totally custom popup. In
addition it has other customization features. For instance, position and

View File

@@ -8,7 +8,6 @@
/**
@class wxComboBox
@wxheader{combobox.h}
A combobox is like a combination of an edit control and a listbox. It can
be displayed as static list with editable or read-only text field; or a

View File

@@ -8,7 +8,6 @@
/**
@class wxConfigBase
@wxheader{config.h}
wxConfigBase defines the basic interface of all config classes. It can not
be used by itself (it is an abstract base class) and you will always use

View File

@@ -8,7 +8,6 @@
/**
@class wxControl
@wxheader{control.h}
This is the base class for a control or "widget".

View File

@@ -8,7 +8,6 @@
/**
@class wxConvAuto
@wxheader{convauto.h}
This class implements a Unicode to/from multibyte converter capable of
automatically recognizing the encoding of the multibyte text on input. The

View File

@@ -8,7 +8,6 @@
/**
@class wxHelpProvider
@wxheader{cshelp.h}
wxHelpProvider is an abstract class used by a program implementing
context-sensitive help to show the help text for the given window.
@@ -120,7 +119,6 @@ public:
/**
@class wxHelpControllerHelpProvider
@wxheader{cshelp.h}
wxHelpControllerHelpProvider is an implementation of wxHelpProvider which
supports both context identifiers and plain text help strings. If the help
@@ -162,7 +160,6 @@ public:
/**
@class wxContextHelp
@wxheader{cshelp.h}
This class changes the cursor to a query and puts the application into a
'context-sensitive help mode'. When the user left-clicks on a window
@@ -230,7 +227,6 @@ public:
/**
@class wxContextHelpButton
@wxheader{cshelp.h}
Instances of this class may be used to add a question mark button that when
pressed, puts the application into context-help mode. It does this by
@@ -281,7 +277,6 @@ public:
/**
@class wxSimpleHelpProvider
@wxheader{cshelp.h}
wxSimpleHelpProvider is an implementation of wxHelpProvider which supports
only plain text help strings, and shows the string associated with the

View File

@@ -9,7 +9,6 @@
/**
@class wxItemContainerImmutable
@wxheader{ctrlsub.h}
wxItemContainer defines an interface which is implemented by all controls
which have string subitems each of which may be selected.
@@ -155,7 +154,6 @@ public:
/**
@class wxItemContainer
@wxheader{ctrlsub.h}
This class is an abstract base class for some wxWidgets controls which
contain several items such as wxListBox, wxCheckListBox, wxComboBox or
@@ -648,7 +646,6 @@ public:
/**
@class wxControlWithItems
@wxheader{ctrlsub.h}
This is convenience class that derives from both wxControl and
wxItemContainer. It is used as basis for some wxWidgets controls

View File

@@ -8,7 +8,6 @@
/**
@class wxCursor
@wxheader{cursor.h}
A cursor is a small bitmap usually used for denoting where the mouse
pointer is, with a picture that might indicate the interpretation of a

View File

@@ -8,7 +8,6 @@
/**
@class wxCustomDataObject
@wxheader{dataobj.h}
wxCustomDataObject is a specialization of wxDataObjectSimple for some
application-specific data in arbitrary (either custom or one of the
@@ -99,7 +98,6 @@ public:
/**
@class wxDataObjectComposite
@wxheader{dataobj.h}
wxDataObjectComposite is the simplest wxDataObject derivation which may be
used to support multiple formats. It contains several wxDataObjectSimple
@@ -145,7 +143,6 @@ public:
/**
@class wxDataObjectSimple
@wxheader{dataobj.h}
This is the simplest possible implementation of the wxDataObject class. The
data object of (a class derived from) this class only supports one format,
@@ -229,7 +226,6 @@ public:
/**
@class wxBitmapDataObject
@wxheader{dataobj.h}
wxBitmapDataObject is a specialization of wxDataObject for bitmap data. It
can be used without change to paste data into the wxClipboard or a
@@ -281,7 +277,6 @@ public:
/**
@class wxDataFormat
@wxheader{dataobj.h}
A wxDataFormat is an encapsulation of a platform-specific format handle
which is used by the system for the clipboard and drag and drop operations.
@@ -385,7 +380,6 @@ public:
/**
@class wxURLDataObject
@wxheader{dataobj.h}
wxURLDataObject is a wxDataObject containing an URL and can be used e.g.
when you need to put an URL on or retrieve it from the clipboard:
@@ -426,7 +420,6 @@ public:
/**
@class wxDataObject
@wxheader{dataobj.h}
A wxDataObject represents data that can be copied to or from the clipboard,
or dragged and dropped. The important thing about wxDataObject is that this
@@ -597,7 +590,6 @@ public:
/**
@class wxTextDataObject
@wxheader{dataobj.h}
wxTextDataObject is a specialization of wxDataObject for text data. It can
be used without change to paste data into the wxClipboard or a
@@ -663,7 +655,6 @@ public:
/**
@class wxFileDataObject
@wxheader{dataobj.h}
wxFileDataObject is a specialization of wxDataObject for file names. The
program works with it just as if it were a list of absolute file names, but

View File

@@ -8,7 +8,6 @@
/**
@class wxDataViewIconText
@wxheader{dataview.h}
wxDataViewIconText is used by
wxDataViewIconTextRenderer
@@ -55,7 +54,6 @@ public:
/**
@class wxDataViewEvent
@wxheader{dataview.h}
wxDataViewEvent - the event class for the wxDataViewCtrl notifications
@@ -131,7 +129,6 @@ public:
/**
@class wxDataViewModel
@wxheader{dataview.h}
wxDataViewModel is the base class for all data model to be
displayed by a wxDataViewCtrl.
@@ -397,7 +394,6 @@ public:
/**
@class wxDataViewIndexListModel
@wxheader{dataview.h}
wxDataViewIndexListModel is a specialized data model which lets
you address an item by its position (row) rather than its
@@ -514,7 +510,6 @@ public:
/**
@class wxDataViewVirtualListModel
@wxheader{dataview.h}
wxDataViewVirtualListModel is a specialized data model which lets
you address an item by its position (row) rather than its
@@ -543,7 +538,6 @@ public:
/**
@class wxDataViewItemAttr
@wxheader{dataview.h}
This class is used to indicate to a wxDataViewCtrl
that a certain Item() has extra font attributes
@@ -585,7 +579,6 @@ public:
/**
@class wxDataViewItem
@wxheader{dataview.h}
wxDataViewItem is a small opaque class that represents an
item in a wxDataViewCtrl in a
@@ -632,7 +625,6 @@ public:
/**
@class wxDataViewCtrl
@wxheader{dataview.h}
wxDataViewCtrl is a control to display data either
in a tree like fashion or in a tabular form or both.
@@ -1009,7 +1001,6 @@ public:
/**
@class wxDataViewModelNotifier
@wxheader{dataview.h}
A wxDataViewModelNotifier instance is owned by a
wxDataViewModel
@@ -1097,7 +1088,6 @@ public:
/**
@class wxDataViewRenderer
@wxheader{dataview.h}
This class is used by wxDataViewCtrl to render the individual cells.
One instance of a renderer class is owned by a wxDataViewColumn. There
@@ -1228,7 +1218,6 @@ public:
/**
@class wxDataViewTextRenderer
@wxheader{dataview.h}
wxDataViewTextRenderer is used for rendering text. It supports
in-place editing if desired.
@@ -1251,7 +1240,6 @@ public:
/**
@class wxDataViewIconTextRenderer
@wxheader{dataview.h}
The wxDataViewIconTextRenderer class is used to display text with
a small icon next to it as it is typically done in a file manager.
@@ -1278,7 +1266,6 @@ public:
/**
@class wxDataViewProgressRenderer
@wxheader{dataview.h}
wxDataViewProgressRenderer
@@ -1301,7 +1288,6 @@ public:
/**
@class wxDataViewSpinRenderer
@wxheader{dataview.h}
This is a specialized renderer for rendering integer values. It
supports modifying the values in-place by using a wxSpinCtrl.
@@ -1326,7 +1312,6 @@ public:
/**
@class wxDataViewToggleRenderer
@wxheader{dataview.h}
wxDataViewToggleRenderer
@@ -1347,7 +1332,6 @@ public:
/**
@class wxDataViewDateRenderer
@wxheader{dataview.h}
wxDataViewDateRenderer
@@ -1368,7 +1352,6 @@ public:
/**
@class wxDataViewTextRendererAttr
@wxheader{dataview.h}
The same as wxDataViewTextRenderer but with
support for font attributes. Font attributes are currently only supported
@@ -1395,7 +1378,6 @@ public:
/**
@class wxDataViewCustomRenderer
@wxheader{dataview.h}
You need to derive a new class from wxDataViewCustomRenderer in
order to write a new renderer. You need to override at least
@@ -1513,7 +1495,6 @@ public:
/**
@class wxDataViewBitmapRenderer
@wxheader{dataview.h}
wxDataViewBitmapRenderer
@@ -1535,7 +1516,6 @@ public:
/**
@class wxDataViewColumn
@wxheader{dataview.h}
This class represents a column in a wxDataViewCtrl.
One wxDataViewColumn is bound to one column in the data model,
@@ -1663,7 +1643,6 @@ public:
/**
@class wxDataViewTreeCtrl
@wxheader{dataview.h}
This class is a wxDataViewCtrl which internally
uses a wxDataViewTreeStore and forwards
@@ -1854,7 +1833,6 @@ public:
/**
@class wxDataViewTreeStore
@wxheader{dataview.h}
wxDataViewTreeStore is a specialised wxDataViewModel
for displaying simple trees very much like wxTreeCtrl

View File

@@ -8,7 +8,6 @@
/**
@class wxDatePickerCtrl
@wxheader{datectrl.h}
This control allows the user to select a date. Unlike wxCalendarCtrl, which
is a relatively big control, wxDatePickerCtrl is implemented as a small

View File

@@ -8,7 +8,6 @@
/**
@class wxDateEvent
@wxheader{dateevt.h}
This event class holds information about a date change and is used together
with wxDatePickerCtrl. It also serves as a base class

View File

@@ -8,7 +8,6 @@
/**
@class wxDateTime
@wxheader{datetime.h}
wxDateTime class represents an absolute moment in the time.
@@ -1501,7 +1500,6 @@ const wxDateTime wxDefaultDateTime;
/**
@class wxDateTimeWorkDays
@wxheader{datetime.h}
@todo Write wxDateTimeWorkDays documentation.
@@ -1518,7 +1516,6 @@ public:
/**
@class wxDateSpan
@wxheader{datetime.h}
This class is a "logical time span" and is useful for implementing program
logic for such things as "add one month to the date" which, in general,
@@ -1780,7 +1777,6 @@ public:
/**
@class wxTimeSpan
@wxheader{datetime.h}
wxTimeSpan class represents a time interval.
@@ -2046,7 +2042,6 @@ public:
/**
@class wxDateTimeHolidayAuthority
@wxheader{datetime.h}
@todo Write wxDateTimeHolidayAuthority documentation.

View File

@@ -8,7 +8,6 @@
/**
@class wxDataOutputStream
@wxheader{datstrm.h}
This class provides functions that write binary data types in a portable
way. Data can be written in either big-endian or little-endian format,
@@ -135,7 +134,6 @@ public:
/**
@class wxDataInputStream
@wxheader{datstrm.h}
This class provides functions that read binary data types in a portable
way. Data can be read in either big-endian or little-endian format,

View File

@@ -8,7 +8,6 @@
/**
@class wxDC
@wxheader{dc.h}
A wxDC is a @e "device context" onto which graphics and text can be drawn.
It is intended to represent different output devices and offers a common
@@ -1101,7 +1100,6 @@ public:
/**
@class wxDCClipper
@wxheader{dc.h}
wxDCClipper is a small helper class for setting a clipping region on a wxDC
and unsetting it automatically. An object of wxDCClipper class is typically

View File

@@ -8,7 +8,6 @@
/**
@class wxBufferedDC
@wxheader{dcbuffer.h}
This class provides a simple way to avoid flicker: when drawing on it,
everything is in fact first drawn on an in-memory buffer (a wxBitmap) and
@@ -100,7 +99,6 @@ public:
/**
@class wxAutoBufferedPaintDC
@wxheader{dcbuffer.h}
This wxDC derivative can be used inside of an @c EVT_PAINT() event handler
to achieve double-buffered drawing. Just use this class instead of
@@ -134,7 +132,6 @@ public:
/**
@class wxBufferedPaintDC
@wxheader{dcbuffer.h}
This is a subclass of wxBufferedDC which can be used inside of an
@c EVT_PAINT() event handler to achieve double-buffered drawing. Just use

View File

@@ -8,7 +8,6 @@
/**
@class wxPaintDC
@wxheader{dcclient.h}
A wxPaintDC must be constructed if an application wishes to paint on the
client area of a window from within an EVT_PAINT() event handler. This
@@ -47,7 +46,6 @@ public:
/**
@class wxClientDC
@wxheader{dcclient.h}
A wxClientDC must be constructed if an application wishes to paint on the
client area of a window from outside an EVT_PAINT() handler. This should
@@ -81,7 +79,6 @@ public:
/**
@class wxWindowDC
@wxheader{dcclient.h}
A wxWindowDC must be constructed if an application wishes to paint on the
whole area of a window (client and decorations). This should normally be

View File

@@ -8,7 +8,6 @@
/**
@class wxGCDC
@wxheader{dcgraph.h}
wxGCDC is a device context that draws on a wxGraphicsContext.

View File

@@ -8,7 +8,6 @@
/**
@class wxMemoryDC
@wxheader{dcmemory.h}
A memory device context provides a means to draw graphics onto a bitmap.
When drawing in to a mono-bitmap, using @c wxWHITE, @c wxWHITE_PEN and

View File

@@ -8,7 +8,6 @@
/**
@class wxMirrorDC
@wxheader{dcmirror.h}
wxMirrorDC is a simple wrapper class which is always associated with a real
wxDC object and either forwards all of its operations to it without changes

View File

@@ -8,7 +8,6 @@
/**
@class wxPrinterDC
@wxheader{dcprint.h}
A printer device context is specific to MSW and Mac, and allows access to
any printer with a Windows or Macintosh driver. See wxDC for further

View File

@@ -8,7 +8,6 @@
/**
@class wxPostScriptDC
@wxheader{dcps.h}
This defines the wxWidgets Encapsulated PostScript device context, which
can write PostScript files on any platform. See wxDC for descriptions of

View File

@@ -8,7 +8,6 @@
/**
@class wxScreenDC
@wxheader{dcscreen.h}
A wxScreenDC can be used to paint on the screen. This should normally be
constructed as a temporary stack object; don't store a wxScreenDC object.

View File

@@ -8,7 +8,6 @@
/**
@class wxSVGFileDC
@wxheader{dcsvg.h}
A wxSVGFileDC is a device context onto which graphics and text can be
drawn, and the output produced as a vector file, in SVG format (see the W3C

View File

@@ -8,7 +8,6 @@
/**
@class wxDDEConnection
@wxheader{dde.h}
A wxDDEConnection object represents the connection between a client and a
server. It can be created by making a connection using a wxDDEClient
@@ -206,7 +205,6 @@ public:
/**
@class wxDDEClient
@wxheader{dde.h}
A wxDDEClient object represents the client part of a client-server DDE
(Dynamic Data Exchange) conversation.
@@ -272,7 +270,6 @@ public:
/**
@class wxDDEServer
@wxheader{dde.h}
A wxDDEServer object represents the server part of a client-server DDE
(Dynamic Data Exchange) conversation.

View File

@@ -8,7 +8,6 @@
/**
@class wxDebugReportPreview
@wxheader{debugrpt.h}
This class presents the debug report to the user and allows him to veto
report entirely or remove some parts of it. Although not mandatory, using
@@ -52,7 +51,6 @@ public:
/**
@class wxDebugReportCompress
@wxheader{debugrpt.h}
wxDebugReportCompress is a wxDebugReport which compresses all the files in
this debug report into a single ZIP file in its wxDebugReport::Process()
@@ -80,7 +78,6 @@ public:
/**
@class wxDebugReport
@wxheader{debugrpt.h}
wxDebugReport is used to generate a debug report, containing information
about the program current state. It is usually used from
@@ -286,7 +283,6 @@ public:
/**
@class wxDebugReportPreviewStd
@wxheader{debugrpt.h}
wxDebugReportPreviewStd is a standard debug report preview window. It
displays a dialog allowing the user to examine the contents of a debug
@@ -315,7 +311,6 @@ public:
/**
@class wxDebugReportUpload
@wxheader{debugrpt.h}
This class is used to upload a compressed file using HTTP POST request. As
this class derives from wxDebugReportCompress, before upload the report is

View File

@@ -18,7 +18,6 @@ enum wxDialogLayoutAdaptationMode
/**
@class wxDialog
@wxheader{dialog.h}
A dialog box is a window with a title bar and sometimes a system menu,
which can be moved around the screen. It can contain controls and other
@@ -574,7 +573,6 @@ public:
/**
@class wxDialogLayoutAdapter
@wxheader{dialog.h}
This abstract class is the base for classes that help wxWidgets peform
run-time layout adaptation of dialogs. Principally, this is to cater for

View File

@@ -8,7 +8,6 @@
/**
@class wxDialUpManager
@wxheader{dialup.h}
This class encapsulates functions dealing with verifying the connection
status of the workstation (connected to the Internet via a direct
@@ -186,7 +185,6 @@ public:
/**
@class wxDialUpEvent
@wxheader{dialup.h}
This is the event class for the dialup events sent by wxDialUpManager.

View File

@@ -18,7 +18,6 @@ enum wxDirTraverseResult
/**
@class wxDirTraverser
@wxheader{dir.h}
wxDirTraverser is an abstract interface which must be implemented by
objects passed to wxDir::Traverse() function.
@@ -110,7 +109,6 @@ enum
/**
@class wxDir
@wxheader{dir.h}
wxDir is a portable equivalent of Unix open/read/closedir functions which
allow enumerating of the files in a directory. wxDir allows to enumerate

View File

@@ -8,7 +8,6 @@
/**
@class wxGenericDirCtrl
@wxheader{dirctrl.h}
This control can be used to place a directory listing (with optional
files) on an arbitrary window.

View File

@@ -8,7 +8,6 @@
/**
@class wxDirDialog
@wxheader{dirdlg.h}
This class represents the directory chooser dialog.

View File

@@ -8,7 +8,6 @@
/**
@class wxDisplay
@wxheader{display.h}
Determines the sizes and locations of displays connected to the system.

View File

@@ -8,7 +8,6 @@
/**
@class wxTextDropTarget
@wxheader{dnd.h}
A predefined drop target for dealing with text data.
@@ -63,7 +62,6 @@ enum wxDragResult
/**
@class wxDropTarget
@wxheader{dnd.h}
This class represents a target for a drag and drop operation. A
wxDataObject can be associated with it and by default, this object will be
@@ -174,7 +172,6 @@ public:
/**
@class wxDropSource
@wxheader{dnd.h}
This class represents a source for a drag and drop operation.
@@ -292,7 +289,6 @@ public:
/**
@class wxFileDropTarget
@wxheader{dnd.h}
This is a drop target which accepts files (dragged from File Manager or
Explorer).

View File

@@ -8,7 +8,6 @@
/**
@class wxDocMDIParentFrame
@wxheader{docmdi.h}
The wxDocMDIParentFrame class provides a default top-level frame for
applications using the document/view framework. This class can only be used
@@ -80,7 +79,6 @@ public:
/**
@class wxDocMDIChildFrame
@wxheader{docmdi.h}
The wxDocMDIChildFrame class provides a default frame for displaying
documents on separate windows. This class can only be used for MDI child

View File

@@ -8,7 +8,6 @@
/**
@class wxDocTemplate
@wxheader{docview.h}
The wxDocTemplate class is used to model the relationship between a
document class and a view class.
@@ -241,7 +240,6 @@ public:
/**
@class wxDocManager
@wxheader{docview.h}
The wxDocManager class is part of the document/view framework supported by
wxWidgets, and cooperates with the wxView, wxDocument and wxDocTemplate
@@ -611,7 +609,6 @@ public:
/**
@class wxView
@wxheader{docview.h}
The view class can be used to model the viewing and editing component of
an application's file-based data. It is part of the document/view framework
@@ -800,7 +797,6 @@ public:
/**
@class wxDocChildFrame
@wxheader{docview.h}
The wxDocChildFrame class provides a default frame for displaying documents
on separate windows. This class can only be used for SDI (not MDI) child
@@ -880,7 +876,6 @@ public:
/**
@class wxDocParentFrame
@wxheader{docview.h}
The wxDocParentFrame class provides a default top-level frame for
applications using the document/view framework. This class can only be used
@@ -956,7 +951,6 @@ public:
/**
@class wxDocument
@wxheader{docview.h}
The document class can be used to model an application's file-based data.
It is part of the document/view framework supported by wxWidgets, and
@@ -1305,7 +1299,6 @@ protected:
/**
@class wxFileHistory
@wxheader{docview.h}
The wxFileHistory encapsulates a user interface convenience, the list of
most recently visited files as shown on a menu (usually the File menu).

View File

@@ -8,7 +8,6 @@
/**
@class wxDragImage
@wxheader{dragimag.h}
This class is used when you wish to drag an object on the screen, and a
simple cursor is not enough.

View File

@@ -7,7 +7,6 @@
/////////////////////////////////////////////////////////////////////////////
/**
@wxheader{dynarray.h}
This section describes the so called @e "dynamic arrays". This is a C
array-like type safe data structure i.e. the member access time is constant

View File

@@ -8,7 +8,6 @@
/**
@class wxDynamicLibraryDetails
@wxheader{dynlib.h}
This class is used for the objects returned by the
wxDynamicLibrary::ListLoaded() method and contains the information about a
@@ -80,7 +79,6 @@ enum wxPluginCategory
/**
@class wxDynamicLibrary
@wxheader{dynlib.h}
wxDynamicLibrary is a class representing dynamically loadable library
(Windows DLL, shared library under Unix etc.). Just create an object of

View File

@@ -8,7 +8,6 @@
/**
@class wxEditableListBox
@wxheader{editlbox.h}
An editable listbox is composite control that lets the user easily enter,
delete and reorder a list of strings.

View File

@@ -8,7 +8,6 @@
/**
@class wxEncodingConverter
@wxheader{encconv.h}
This class is capable of converting strings between two 8-bit encodings/charsets.
It can also convert from/to Unicode (but only if you compiled wxWidgets

View File

@@ -11,7 +11,6 @@
/**
@class wxEvent
@wxheader{event.h}
An event is a structure holding information about an event passed to a
callback or member function.
@@ -172,7 +171,6 @@ protected:
/**
@class wxEventBlocker
@wxheader{event.h}
This class is a special event handler which allows to discard
any event (or a set of event types) directed to a specific window.
@@ -233,7 +231,6 @@ public:
/**
@class wxEvtHandler
@wxheader{event.h}
A class that can handle events from the windowing system.
wxWindow (and therefore all window classes) are derived from this class.
@@ -635,7 +632,6 @@ public:
/**
@class wxKeyEvent
@wxheader{event.h}
This event class contains information about keypress (character) events.
@@ -854,7 +850,6 @@ public:
/**
@class wxJoystickEvent
@wxheader{event.h}
This event class contains information about joystick events, particularly
events received by windows.
@@ -967,7 +962,6 @@ public:
/**
@class wxScrollWinEvent
@wxheader{event.h}
A scroll event holds information about events sent from scrolling windows.
@@ -1032,7 +1026,6 @@ public:
/**
@class wxSysColourChangedEvent
@wxheader{event.h}
This class is used for system colour change events, which are generated
when the user changes the colour settings using the control panel.
@@ -1067,7 +1060,6 @@ public:
/**
@class wxWindowCreateEvent
@wxheader{event.h}
This event is sent just after the actual window associated with a wxWindow
object has been created.
@@ -1098,7 +1090,6 @@ public:
/**
@class wxPaintEvent
@wxheader{event.h}
A paint event is sent when a window's contents needs to be repainted.
@@ -1180,7 +1171,6 @@ public:
/**
@class wxMaximizeEvent
@wxheader{event.h}
An event being sent when a top level window is maximized. Notice that it is
not sent when the window is restored to its original size after it had been
@@ -1222,7 +1212,6 @@ enum wxUpdateUIMode
/**
@class wxUpdateUIEvent
@wxheader{event.h}
This class is used for pseudo-events which are called by wxWidgets
to give an application the chance to update various user interface elements.
@@ -1422,7 +1411,6 @@ public:
/**
@class wxClipboardTextEvent
@wxheader{event.h}
This class represents the events generated by a control (typically a
wxTextCtrl but other windows can generate these events as well) when its
@@ -1475,7 +1463,6 @@ public:
/**
@class wxMouseEvent
@wxheader{event.h}
This event class contains information about the events generated by the mouse:
they include mouse buttons press and release events and mouse move events.
@@ -1889,7 +1876,6 @@ public:
/**
@class wxDropFilesEvent
@wxheader{event.h}
This class is used for drop files events, that is, when files have been dropped
onto the window. This functionality is currently only available under Windows.
@@ -1943,7 +1929,6 @@ public:
/**
@class wxCommandEvent
@wxheader{event.h}
This event class contains information about command events, which originate
from a variety of simple controls.
@@ -2131,7 +2116,6 @@ public:
/**
@class wxActivateEvent
@wxheader{event.h}
An activate event is sent when a window or application is being activated
or deactivated.
@@ -2174,7 +2158,6 @@ public:
/**
@class wxContextMenuEvent
@wxheader{event.h}
This class is used for context menu events, sent to give
the application a chance to show a context (popup) menu.
@@ -2231,7 +2214,6 @@ public:
/**
@class wxEraseEvent
@wxheader{event.h}
An erase event is sent when a window's background needs to be repainted.
@@ -2278,7 +2260,6 @@ public:
/**
@class wxFocusEvent
@wxheader{event.h}
A focus event is sent when a window's focus changes. The window losing focus
receives a "kill focus" event while the window gaining it gets a "set focus" one.
@@ -2321,7 +2302,6 @@ public:
/**
@class wxChildFocusEvent
@wxheader{event.h}
A child focus event is sent to a (parent-)window when one of its child windows
gains focus, so that the window could restore the focus back to its corresponding
@@ -2365,7 +2345,6 @@ public:
/**
@class wxMouseCaptureLostEvent
@wxheader{event.h}
An mouse capture lost event is sent to a window that obtained mouse capture,
which was subsequently loss due to "external" event, for example when a dialog
@@ -2404,7 +2383,6 @@ public:
/**
@class wxNotifyEvent
@wxheader{event.h}
This class is not used by the event handlers by itself, but is a base class
for other event classes (such as wxNotebookEvent).
@@ -2468,7 +2446,6 @@ enum wxHelpEventOrigin
/**
@class wxHelpEvent
@wxheader{event.h}
A help event is sent when the user has requested context-sensitive help.
This can either be caused by the application requesting context-sensitive help mode
@@ -2545,7 +2522,6 @@ public:
/**
@class wxScrollEvent
@wxheader{event.h}
A scroll event holds information about events sent from stand-alone
scrollbars (see wxScrollBar) and sliders (see wxSlider).
@@ -2664,7 +2640,6 @@ enum wxIdleMode
/**
@class wxIdleEvent
@wxheader{event.h}
This class is used for idle events, which are generated when the system becomes
idle. Note that, unless you do something specifically, the idle events are not
@@ -2764,7 +2739,6 @@ public:
/**
@class wxInitDialogEvent
@wxheader{event.h}
A wxInitDialogEvent is sent as a dialog or panel is being initialised.
Handlers for this event can transfer data to the window.
@@ -2794,7 +2768,6 @@ public:
/**
@class wxWindowDestroyEvent
@wxheader{event.h}
This event is sent from the wxWindow destructor wxWindow::~wxWindow() when a
window is destroyed.
@@ -2837,7 +2810,6 @@ enum wxNavigationKeyEventFlags
/**
@class wxNavigationKeyEvent
@wxheader{event.h}
This event class contains information about navigation events,
generated by navigation keys such as tab and page down.
@@ -2917,7 +2889,6 @@ public:
/**
@class wxMouseCaptureChangedEvent
@wxheader{event.h}
An mouse capture changed event is sent to a window that loses its
mouse capture. This is called even if wxWindow::ReleaseCapture
@@ -2958,7 +2929,6 @@ public:
/**
@class wxCloseEvent
@wxheader{event.h}
This event class contains information about window and session close events.
@@ -3058,7 +3028,6 @@ public:
/**
@class wxMenuEvent
@wxheader{event.h}
This class is used for a variety of menu-related events. Note that
these do not include menu command events, which are
@@ -3117,7 +3086,6 @@ public:
/**
@class wxShowEvent
@wxheader{event.h}
An event being sent when the window is shown or hidden.
@@ -3166,7 +3134,6 @@ public:
/**
@class wxIconizeEvent
@wxheader{event.h}
An event being sent when the frame is iconized (minimized) or restored.
@@ -3209,7 +3176,6 @@ public:
/**
@class wxMoveEvent
@wxheader{event.h}
A move event holds information about move change events.
@@ -3246,7 +3212,6 @@ public:
/**
@class wxSizeEvent
@wxheader{event.h}
A size event holds information about size change events.
@@ -3290,7 +3255,6 @@ public:
/**
@class wxSetCursorEvent
@wxheader{event.h}
A SetCursorEvent is generated when the mouse cursor is about to be set as a
result of mouse motion.

View File

@@ -44,7 +44,6 @@ enum wxFindReplaceDialogStyles
/**
@class wxFindDialogEvent
@wxheader{fdrepdlg.h}
wxFindReplaceDialog events
@@ -100,7 +99,6 @@ public:
/**
@class wxFindReplaceData
@wxheader{fdrepdlg.h}
wxFindReplaceData holds the data for wxFindReplaceDialog.
@@ -158,7 +156,6 @@ public:
/**
@class wxFindReplaceDialog
@wxheader{fdrepdlg.h}
wxFindReplaceDialog is a standard modeless dialog which is used to allow the
user to search for some text (and possibly replace it with something else).

View File

@@ -34,7 +34,6 @@ enum wxFileKind
/**
@class wxFFile
@wxheader{ffile.h}
wxFFile implements buffered file I/O.

View File

@@ -8,7 +8,6 @@
/**
@class wxTempFile
@wxheader{file.h}
wxTempFile provides a relatively safe way to replace the contents of the
existing file. The name is explained by the fact that it may be also used as
@@ -122,7 +121,6 @@ public:
/**
@class wxFile
@wxheader{file.h}
A wxFile performs raw file I/O. This is a very small class designed to
minimize the overhead of using it - in fact, there is hardly any overhead at

View File

@@ -8,7 +8,6 @@
/**
@class wxFileConfig
@wxheader{fileconf.h}
wxFileConfig implements wxConfigBase interface for
storing and retrieving configuration information using plain text files. The

View File

@@ -8,7 +8,6 @@
/**
@class wxFileCtrl
@wxheader{filectrl.h}
This control allows the user to select a file.
@@ -186,7 +185,6 @@ public:
/**
@class wxFileCtrlEvent
@wxheader{filectrl.h}
A file control event holds information about events associated with
wxFileCtrl objects.

View File

@@ -8,7 +8,6 @@
/**
@class wxFileDialog
@wxheader{filedlg.h}
This class represents the file chooser dialog.

View File

@@ -8,7 +8,6 @@
/**
@class wxPathList
@wxheader{filefn.h}
The path list is a convenient way of storing a number of directories, and
when presented with a filename without a directory, searching for an

View File

@@ -8,7 +8,6 @@
/**
@class wxFileName
@wxheader{filename.h}
wxFileName encapsulates a file name. This class serves two purposes: first, it
provides the functions to split the file names into components and to recombine

View File

@@ -8,7 +8,6 @@
/**
@class wxFilePickerCtrl
@wxheader{filepicker.h}
This control allows the user to select a file. The generic implementation is
a button which brings up a wxFileDialog when clicked. Native implementation
@@ -130,7 +129,6 @@ public:
/**
@class wxDirPickerCtrl
@wxheader{filepicker.h}
This control allows the user to select a directory. The generic implementation
is
@@ -244,7 +242,6 @@ public:
/**
@class wxFileDirPickerEvent
@wxheader{filepicker.h}
This event class is used for the events generated by
wxFilePickerCtrl and by wxDirPickerCtrl.

View File

@@ -19,7 +19,6 @@ enum wxFileSystemOpenFlags
/**
@class wxFileSystem
@wxheader{filesys.h}
This class provides an interface for opening files on different file systems.
It can handle absolute and/or local filenames.
@@ -171,7 +170,6 @@ public:
/**
@class wxFSFile
@wxheader{filesys.h}
This class represents a single file opened by wxFileSystem.
It provides more information than wxWindow's input stream
@@ -300,7 +298,6 @@ public:
/**
@class wxFileSystemHandler
@wxheader{filesys.h}
Classes derived from wxFileSystemHandler are used to access virtual file systems.

View File

@@ -8,7 +8,6 @@
/**
@class wxFont
@wxheader{font.h}
A font is an object which determines the appearance of text. Fonts are
used for drawing text to a device context, and setting the appearance of
@@ -678,7 +677,6 @@ wxFont wxSWISS_FONT;
/**
@class wxFontList
@wxheader{gdicmn.h}
A font list is a list containing all fonts which have been created. There
is only one instance of this class: @b wxTheFontList. Use this object to search

View File

@@ -8,7 +8,6 @@
/**
@class wxFontDialog
@wxheader{fontdlg.h}
This class represents the font chooser dialog.

View File

@@ -8,7 +8,6 @@
/**
@class wxFontEnumerator
@wxheader{fontenum.h}
wxFontEnumerator enumerates either all available fonts on the system or only
the ones with given attributes - either only fixed-width (suited for use in

View File

@@ -8,7 +8,6 @@
/**
@class wxFontMapper
@wxheader{fontmap.h}
wxFontMapper manages user-definable correspondence between logical font
names and the fonts present on the machine.

View File

@@ -8,7 +8,6 @@
/**
@class wxFontPickerCtrl
@wxheader{fontpicker.h}
This control allows the user to select a font. The generic implementation is
a button which brings up a wxFontDialog when clicked. Native implementation
@@ -121,7 +120,6 @@ public:
/**
@class wxFontPickerEvent
@wxheader{fontpicker.h}
This event class is used for the events generated by
wxFontPickerCtrl.

View File

@@ -8,7 +8,6 @@
/**
@class wxFrame
@wxheader{frame.h}
A frame is a window whose size and position can (usually) be changed by the user.

View File

@@ -8,7 +8,6 @@
/**
@class wxMemoryFSHandler
@wxheader{fs_mem.h}
This wxFileSystem handler can store arbitrary data in memory stream and make
them accessible via an URL.

View File

@@ -8,7 +8,6 @@
/**
@class wxGauge
@wxheader{gauge.h}
A gauge is a horizontal or vertical bar which shows a quantity (often
time).

View File

@@ -8,7 +8,6 @@
/**
@class wxGBPosition
@wxheader{gbsizer.h}
This class represents the position of an item in a virtual grid of rows and
columns managed by a wxGridBagSizer.
@@ -63,7 +62,6 @@ public:
/**
@class wxGridBagSizer
@wxheader{gbsizer.h}
A wxSizer that can lay out items in a virtual grid like a wxFlexGridSizer
but in this case explicit positioning of the items is allowed using
@@ -216,7 +214,6 @@ public:
/**
@class wxGBSizerItem
@wxheader{gbsizer.h}
The wxGBSizerItem class is used by the wxGridBagSizer for tracking the
items in the sizer. It adds grid position and spanning information to the
@@ -300,7 +297,6 @@ public:
/**
@class wxGBSpan
@wxheader{gbsizer.h}
This class is used to hold the row and column spanning attributes of items
in a wxGridBagSizer.

View File

@@ -94,7 +94,6 @@ enum wxStockCursor
/**
@class wxRealPoint
@wxheader{gdicmn.h}
A wxRealPoint is a useful data structure for graphics operations.
@@ -131,7 +130,6 @@ public:
/**
@class wxRect
@wxheader{gdicmn.h}
A class for manipulating rectangles.
@@ -436,7 +434,6 @@ public:
/**
@class wxPoint
@wxheader{gdicmn.h}
A wxPoint is a useful data structure for graphics operations.
@@ -503,7 +500,6 @@ wxPoint wxDefaultPosition;
/**
@class wxColourDatabase
@wxheader{gdicmn.h}
wxWidgets maintains a database of standard RGB colours for a predefined
set of named colours. The application may add to this set if desired by
@@ -628,7 +624,6 @@ public:
/**
@class wxSize
@wxheader{gdicmn.h}
A wxSize is a useful data structure for graphics operations. It simply
contains integer @e width and @e height members.

View File

@@ -8,7 +8,6 @@
/**
@class wxGDIObject
@wxheader{gdiobj.h}
This class allows platforms to implement functionality to optimise GDI objects,
such

View File

@@ -9,7 +9,6 @@
/**
@class wxExtHelpController
@wxheader{help.h}
This class implements help via an external browser.
It requires the name of a directory containing the documentation

View File

@@ -8,7 +8,6 @@
/**
@class wxGLContext
@wxheader{glcanvas.h}
An instance of a wxGLContext represents the state of an OpenGL state machine
and the connection between OpenGL and the system.
@@ -138,7 +137,6 @@ enum
/**
@class wxGLCanvas
@wxheader{glcanvas.h}
wxGLCanvas is a class for displaying OpenGL graphics. It is always used in
conjunction with wxGLContext as the context can only be

Some files were not shown because too many files have changed in this diff Show More