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

@@ -93,15 +93,10 @@ ALIASES += onlyfor{4}="<div><span class='avail'>Availability:</span>&nbsp;&nbsp;
# creates appearance section: this should be used for all main GUI controls # creates appearance section: this should be used for all main GUI controls
ALIASES += appearance{1}="\htmlonly <br><div><span class='appearance'>Appearance:</span><br><table class='appearance'><tr><td><img src='wxmsw/\1' alt='wxMSW appearance' class='appearance'></td><td><img src='wxgtk/\1' alt='wxGTK appearance' class='appearance'></td><td><img src='wxmac/\1' alt='wxMac appearance' class='appearance'></td></tr><tr><td>wxMSW appearance</td><td>wxGTK appearance</td><td>wxMac appearance</td></tr></table></div> \endhtmlonly" ALIASES += appearance{1}="\htmlonly <br><div><span class='appearance'>Appearance:</span><br><table class='appearance'><tr><td><img src='wxmsw/\1' alt='wxMSW appearance' class='appearance'></td><td><img src='wxgtk/\1' alt='wxGTK appearance' class='appearance'></td><td><img src='wxmac/\1' alt='wxMac appearance' class='appearance'></td></tr><tr><td>wxMSW appearance</td><td>wxGTK appearance</td><td>wxMac appearance</td></tr></table></div> \endhtmlonly"
# IMPORTANT: the \headerfile command does not work everywhere we'd need it, # Use this in grouped global functions, and macros since they
# e.g. in the constants page we need to specify an header file # wouldn't otherwise indicate what header they are defined in.
# even if they're not inside a \class, \function or \struct command:
ALIASES += header{1}="Include file:\n \verbatim #include <\1> \endverbatim" ALIASES += header{1}="Include file:\n \verbatim #include <\1> \endverbatim"
# IMPORTANT: inside a \class, we want to specify the header file only once
# and not twice as the \headerfile command requires:
ALIASES += wxheader{1}="\headerfile \1 wx/\1"
# some formatting aliases # some formatting aliases
ALIASES += true="<span class='literal'>true</span>" ALIASES += true="<span class='literal'>true</span>"
ALIASES += false="<span class='literal'>false</span>" ALIASES += false="<span class='literal'>false</span>"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -8,7 +8,6 @@
/** /**
@class wxDragImage @class wxDragImage
@wxheader{dragimag.h}
This class is used when you wish to drag an object on the screen, and a This class is used when you wish to drag an object on the screen, and a
simple cursor is not enough. 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 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 array-like type safe data structure i.e. the member access time is constant

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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