📄 category.tex
字号:
\twocolitem{\helpref{wxPrintData}{wxprintdata}}{Represents information about the document being printed}\twocolitem{\helpref{wxPrintDialogData}{wxprintdialogdata}}{Represents information about the print dialog}\twocolitem{\helpref{wxPageSetupDialogData}{wxpagesetupdialogdata}}{Represents information about the page setup dialog}\end{twocollist}{\large {\bf Drag and drop and clipboard classes}}\overview{Drag and drop and clipboard overview}{wxdndoverview}\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxDataObject}{wxdataobject}}{Data object class}\twocolitem{\helpref{wxDataFormat}{wxdataformat}}{Represents a data format}\twocolitem{\helpref{wxTextDataObject}{wxtextdataobject}}{Text data object class}\twocolitem{\helpref{wxFileDataObject}{wxfiledataobject}}{File data object class}\twocolitem{\helpref{wxBitmapDataObject}{wxbitmapdataobject}}{Bitmap data object class}\twocolitem{\helpref{wxURLDataObject}{wxurldataobject}}{URL data object class}\twocolitem{\helpref{wxCustomDataObject}{wxcustomdataobject}}{Custom data object class}\twocolitem{\helpref{wxClipboard}{wxclipboard}}{Clipboard class}\twocolitem{\helpref{wxDropTarget}{wxdroptarget}}{Drop target class}\twocolitem{\helpref{wxFileDropTarget}{wxfiledroptarget}}{File drop target class}\twocolitem{\helpref{wxTextDropTarget}{wxtextdroptarget}}{Text drop target class}\twocolitem{\helpref{wxDropSource}{wxdropsource}}{Drop source class}\end{twocollist}{\large {\bf File related classes}}wxWidgets has several small classes to work with disk files, see \helpref{file classesoverview}{wxfileoverview} for more details.\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxFileName}{wxfilename}}{Operations with the file name and attributes}\twocolitem{\helpref{wxDir}{wxdir}}{Class for enumerating files/subdirectories.}\twocolitem{\helpref{wxDirTraverser}{wxdirtraverser}}{Class used together with wxDir for recursively enumerating the files/subdirectories}\twocolitem{\helpref{wxFile}{wxfile}}{Low-level file input/output class.}\twocolitem{\helpref{wxFFile}{wxffile}}{Another low-level file input/output class.}\twocolitem{\helpref{wxTempFile}{wxtempfile}}{Class to safely replace an existing file}\twocolitem{\helpref{wxTextFile}{wxtextfile}}{Class for working with text files as with arrays of lines}\twocolitem{\helpref{wxStandardPaths}{wxstandardpaths}}{Paths for standard directories}\end{twocollist}{\large {\bf Stream classes}}wxWidgets has its own set of stream classes, as an alternative to often buggy standard streamlibraries, and to provide enhanced functionality.\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxStreamBase}{wxstreambase}}{Stream base class}\twocolitem{\helpref{wxStreamBuffer}{wxstreambuffer}}{Stream buffer class}\twocolitem{\helpref{wxInputStream}{wxinputstream}}{Input stream class}\twocolitem{\helpref{wxOutputStream}{wxoutputstream}}{Output stream class}\twocolitem{\helpref{wxCountingOutputStream}{wxcountingoutputstream}}{Stream class for querying what size a stream would have.}\twocolitem{\helpref{wxFilterInputStream}{wxfilterinputstream}}{Filtered input stream class}\twocolitem{\helpref{wxFilterOutputStream}{wxfilteroutputstream}}{Filtered output stream class}\twocolitem{\helpref{wxBufferedInputStream}{wxbufferedinputstream}}{Buffered input stream class}\twocolitem{\helpref{wxBufferedOutputStream}{wxbufferedoutputstream}}{Buffered output stream class}\twocolitem{\helpref{wxMemoryInputStream}{wxmeminputstream}}{Memory input stream class}\twocolitem{\helpref{wxMemoryOutputStream}{wxmemoutputstream}}{Memory output stream class}\twocolitem{\helpref{wxDataInputStream}{wxdatainputstream}}{Platform-independent binary data input stream class}\twocolitem{\helpref{wxDataOutputStream}{wxdataoutputstream}}{Platform-independent binary data output stream class}\twocolitem{\helpref{wxTextInputStream}{wxtextinputstream}}{Platform-independent text data input stream class}\twocolitem{\helpref{wxTextOutputStream}{wxtextoutputstream}}{Platform-independent text data output stream class}\twocolitem{\helpref{wxFileInputStream}{wxfileinputstream}}{File input stream class}\twocolitem{\helpref{wxFileOutputStream}{wxfileoutputstream}}{File output stream class}\twocolitem{\helpref{wxFFileInputStream}{wxffileinputstream}}{Another file input stream class}\twocolitem{\helpref{wxFFileOutputStream}{wxffileoutputstream}}{Another file output stream class}\twocolitem{\helpref{wxTempFileOutputStream}{wxtempfileoutputstream}}{Stream to safely replace an existing file}\twocolitem{\helpref{wxStringInputStream}{wxstringinputstream}}{String input stream class}\twocolitem{\helpref{wxStringOutputStream}{wxstringoutputstream}}{String output stream class}\twocolitem{\helpref{wxZlibInputStream}{wxzlibinputstream}}{Zlib and gzip (compression) input stream class}\twocolitem{\helpref{wxZlibOutputStream}{wxzliboutputstream}}{Zlib and gzip (compression) output stream class}\twocolitem{\helpref{wxZipInputStream}{wxzipinputstream}}{Input stream for reading from ZIP archives}\twocolitem{\helpref{wxZipOutputStream}{wxzipoutputstream}}{Output stream for writing from ZIP archives}\twocolitem{\helpref{wxTarInputStream}{wxtarinputstream}}{Input stream for reading from tar archives}\twocolitem{\helpref{wxTarOutputStream}{wxtaroutputstream}}{Output stream for writing from tar archives}\twocolitem{\helpref{wxSocketInputStream}{wxsocketinputstream}}{Socket input stream class}\twocolitem{\helpref{wxSocketOutputStream}{wxsocketoutputstream}}{Socket output stream class}\end{twocollist}{\large {\bf Threading classes}}\overview{Multithreading overview}{wxthreadoverview}wxWidgets provides a set of classes to make use of the native threadcapabilities of the various platforms.\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxThread}{wxthread}}{Thread class}\twocolitem{\helpref{wxThreadHelper}{wxthreadhelper}}{Manages background threads easily}\twocolitem{\helpref{wxMutex}{wxmutex}}{Mutex class}\twocolitem{\helpref{wxMutexLocker}{wxmutexlocker}}{Mutex locker utility class}\twocolitem{\helpref{wxCriticalSection}{wxcriticalsection}}{Critical section class}\twocolitem{\helpref{wxCriticalSectionLocker}{wxcriticalsectionlocker}}{Critical section locker utility class}\twocolitem{\helpref{wxCondition}{wxcondition}}{Condition class}\twocolitem{\helpref{wxSemaphore}{wxsemaphore}}{Semaphore class}\end{twocollist}{\large {\bf HTML classes}}wxWidgets provides a set of classes to display text in HTML format. Theseclass include a help system based on the HTML widget.\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}}{HTML help controller class}\twocolitem{\helpref{wxHtmlWindow}{wxhtmlwindow}}{HTML window class}\twocolitem{\helpref{wxHtmlEasyPrinting}{wxhtmleasyprinting}}{Simple class for printing HTML}\twocolitem{\helpref{wxHtmlPrintout}{wxhtmlprintout}}{Generic HTML wxPrintout class}\twocolitem{\helpref{wxHtmlParser}{wxhtmlparser}}{Generic HTML parser class}\twocolitem{\helpref{wxHtmlTagHandler}{wxhtmltaghandler}}{HTML tag handler, pluginable into wxHtmlParser}\twocolitem{\helpref{wxHtmlWinParser}{wxhtmlwinparser}}{HTML parser class for wxHtmlWindow}\twocolitem{\helpref{wxHtmlWinTagHandler}{wxhtmlwintaghandler}}{HTML tag handler, pluginable into wxHtmlWinParser}\end{twocollist}{\large {\bf Rich text classes}}wxWidgets provides a set of generic classes to edit and print simple rich text with characterand paragraph formatting.\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxRichTextCtrl}{wxrichtextctrl}}{A rich text control.}\twocolitem{\helpref{wxRichTextBuffer}{wxrichtextbuffer}}{The content of a rich text control.}\twocolitem{\helpref{wxRichTextAttr}{wxrichtextattr}}{Attributes specifying rich text styling.}\twocolitem{\helpref{wxRichTextCharacterStyleDefinition}{wxrichtextcharacterstyledefinition}}{Definition of character styling.}\twocolitem{\helpref{wxRichTextParagraphStyleDefinition}{wxrichtextparagraphstyledefinition}}{Definition of paragraph styling.}\twocolitem{\helpref{wxRichTextListStyleDefinition}{wxrichtextliststyledefinition}}{Definition of list styling.}\twocolitem{\helpref{wxRichTextStyleSheet}{wxrichtextstylesheet}}{A set of style definitions.}\twocolitem{\helpref{wxRichTextStyleComboCtrl}{wxrichtextstylecomboctrl}}{A drop-down control for applying styles.}\twocolitem{\helpref{wxRichTextStyleListBox}{wxrichtextstylelistbox}}{A listbox for applying styles.}\twocolitem{\helpref{wxRichTextStyleOrganiserDialog}{wxrichtextstyleorganiserdialog}}{A dialog that can be used for managing or browsing styles.}\twocolitem{\helpref{wxRichTextEvent}{wxrichtextevent}}{A rich text event.}\twocolitem{\helpref{wxRichTextRange}{wxrichtextrange}}{Specification for ranges in a rich text control or buffer.}\twocolitem{\helpref{wxRichTextFileHandler}{wxrichtextfilehandler}}{File handler base class.}\twocolitem{\helpref{wxRichTextHTMLHandler}{wxrichtexthtmlhandler}}{A handler for converting rich text to HTML.}\twocolitem{\helpref{wxRichTextXMLHandler}{wxrichtextxmlhandler}}{A handler for loading and saving rich text XML.}\twocolitem{\helpref{wxRichTextFormattingDialog}{wxrichtextformattingdialog}}{A dialog for rich text formatting.}\twocolitem{\helpref{wxRichTextPrinting}{wxrichtextprinting}}{A class for easy printing of rich text buffers.}\twocolitem{\helpref{wxRichTextPrintout}{wxrichtextprintout}}{A class used by wxRichTextPrinting.}\twocolitem{\helpref{wxRichTextHeaderFooterData}{wxrichtextheaderfooterdata}}{Header and footer data specification.}\end{twocollist}{\large {\bf Virtual file system classes}}wxWidgets provides a set of classes that implement an extensible virtual file system,used internally by the HTML classes.\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxFSFile}{wxfsfile}}{Represents a file in the virtual file system}\twocolitem{\helpref{wxFileSystem}{wxfilesystem}}{Main interface for the virtual file system}\twocolitem{\helpref{wxFileSystemHandler}{wxfilesystemhandler}}{Class used to announce file system type}\end{twocollist}{\large {\bf XML classes}}\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxXmlDocument}{wxxmldocument}}{A class to parse XML files.}\twocolitem{\helpref{wxXmlNode}{wxxmlnode}}{A class which represents XML nodes.}\twocolitem{\helpref{wxXmlProperty}{wxxmlproperty}}{A class which represents XML properties.}\end{twocollist}{\large {\bf XML-based resource system classes}}\overview{XML-based resource system (XRC) overview}{xrcoverview}Resources allow your application to create controls and other user interface elementsfrom specifications stored in an XML format.\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxXmlResource}{wxxmlresource}}{The main class for working with resources.}\twocolitem{\helpref{wxXmlResourceHandler}{wxxmlresourcehandler}}{The base class for XML resource handlers.}\end{twocollist}{\large {\bf Online help}}\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxHelpController}{wxhelpcontroller}}{Family of classes for controlling help windows}\twocolitem{\helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}}{HTML help controller class}\twocolitem{\helpref{wxContextHelp}{wxcontexthelp}}{Class to put application into context-sensitive help mode}\twocolitem{\helpref{wxContextHelpButton}{wxcontexthelpbutton}}{Button class for putting application into context-sensitive help mode}\twocolitem{\helpref{wxHelpProvider}{wxhelpprovider}}{Abstract class for context-sensitive help provision}\twocolitem{\helpref{wxSimpleHelpProvider}{wxsimplehelpprovider}}{Class for simple context-sensitive help provision}\twocolitem{\helpref{wxHelpControllerHelpProvider}{wxhelpcontrollerhelpprovider}}{Class for context-sensitive help provision via a help controller}\twocolitem{\helpref{wxToolTip}{wxtooltip}}{Class implementing tooltips}\end{twocollist}{\large {\bf Database classes}}\overview{Database classes overview}{odbcoverview}wxWidgets provides a set of classes for accessing Microsoft's ODBC (Open Database Connectivity)product, donated by Remstar. This is known as wxODBC.\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxDb}{wxdb}}{ODBC database connection}\twocolitem{\helpref{wxDbTable}{wxdbtable}}{Provides access to a database table}\twocolitem{\helpref{wxDbInf}{wxdbinf}}{}\twocolitem{\helpref{wxDbTableInf}{wxdbtableinf}}{}\twocolitem{\helpref{wxDbColDef}{wxdbcoldef}}{}\twocolitem{\helpref{wxDbColInf}{wxdbcolinf}}{}\twocolitem{\helpref{wxDbColDataPtr}{wxdbcoldataptr}}{}\twocolitem{\helpref{wxDbColFor}{wxdbcolfor}}{}\twocolitem{\helpref{wxDbConnectInf}{wxdbconnectinf}}{}\twocolitem{\helpref{wxDbIdxDef}{wxdbidxdef}}{}\end{twocollist}{\large {\bf Miscellaneous}}\twocolwidtha{6cm}\begin{twocollist}\itemsep=0pt\twocolitem{\helpref{wxApp}{wxapp}}{Application class}\twocolitem{\helpref{wxCaret}{wxcaret}}{A caret (cursor) object}\twocolitem{\helpref{wxCmdLineParser}{wxcmdlineparser}}{Command line parser class}\twocolitem{\helpref{wxConfig}{wxconfigbase}}{Classes for configuration reading/writing (using either INI files or registry)}\twocolitem{\helpref{wxDllLoader}{wxdllloader}}{Class to work with shared libraries.}\twocolitem{\helpref{wxGLCanvas}{wxglcanvas}}{Canvas that you can render OpenGL calls to.}\twocolitem{\helpref{wxGLContext}{wxglcontext}}{Class to ease sharing of OpenGL data resources.}\twocolitem{\helpref{wxLayoutAlgorithm}{wxlayoutalgorithm}}{An alternative window layout facility}\twocolitem{\helpref{wxProcess}{wxprocess}}{Process class}\twocolitem{\helpref{wxTimer}{wxtimer}}{Timer class}\twocolitem{\helpref{wxStopWatch}{wxstopwatch}}{Stop watch class}\twocolitem{\helpref{wxMimeTypesManager}{wxmimetypesmanager}}{MIME-types manager class}\twocolitem{\helpref{wxSystemSettings}{wxsystemsettings}}{System settings class for obtaining various global parameters}\twocolitem{\helpref{wxSystemOptions}{wxsystemoptions}}{System options class for run-time configuration}\twocolitem{\helpref{wxAcceleratorTable}{wxacceleratortable}}{Accelerator table}\twocolitem{\helpref{wxAutomationObject}{wxautomationobject}}{OLE automation class}\twocolitem{\helpref{wxFontMapper}{wxfontmapper}}{Font mapping, finding suitable font for given encoding}\twocolitem{\helpref{wxEncodingConverter}{wxencodingconverter}}{Encoding conversions}\twocolitem{\helpref{wxCalendarDateAttr}{wxcalendardateattr}}{Used with \helpref{wxCalendarCtrl}{wxcalendarctrl}}\twocolitem{\helpref{wxQuantize}{wxquantize}}{Class to perform quantization, or colour reduction}\twocolitem{\helpref{wxSingleInstanceChecker}{wxsingleinstancechecker}}{Check that only single program instance is running}\end{twocollist}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -