Components

Here you can browse the wxCode component database. It contains 89 components (note that each component may appear in many categories in the list below).

Choose your view options:

> Show in mode
> Browse by
> Show components per page

 

For a description of the categories which are used to classify wxCode components click here.

NOTE: You can also browse all the component list in a single big XHTML page here.



UnixFiledataClass

^ TOP
Categories: systemStatus: STABLEComponent logo
Author: David HartwxWidgets supported ports: wxGTK
Current maintainer: David HartwxWidgets supported versions: all
Latest version: 1.1Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: FileData is a class to encapsulate some *nix-specific things that wxWidgets (very reasonably) ignores. It has accessors for information about a file's permissions, ownership etc, and methods to modify these where possible. Unlike wxStat, it deals correctly with symlinks. Compile it 'as is' into a project, or comment out any methods you don't need... [more info in the component website]

Links for UnixFiledataClass:

wxCrashPrint

^ TOP
Categories: systemStatus: STABLEComponent logo
Author: Otto WysswxWidgets supported ports: all
Current maintainer: Otto WysswxWidgets supported versions: 2.6
Latest version: 2005-09-19Build system: makefiles, projectfiles
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: hand

Description: This class formats and prints a report in case the application crashes on Linux. Also included is the implementation of the BlackBox.dll which does the same on Windows.

Links for wxCrashPrint:

wxCtb

^ TOP
Categories: systemStatus: STABLEComponent logo
Author: Joachim BuermannwxWidgets supported ports: wxMSW, wxGTK
Current maintainer: Joachim BuermannwxWidgets supported versions: 2.4, 2.6
Latest version: 0.9Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: doxygen

Description: Communication Toolbox includes stuff for talking to serial ports and GPIB (IEEE488). Also supports Python (wxctb.py) by generating the necessary python modules via SWIG. More info look at www.iftools.com/ctb.en.html

Links for wxCtb:

wxLocalize

^ TOP
Categories: systemStatus: STABLEComponent logo
Author: Otto WysswxWidgets supported ports: all
Current maintainer: Otto WysswxWidgets supported versions: 2.6
Latest version: 2005-09-19Build system: makefiles, projectfiles
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: hand

Description: wxLocalize allows for the localization of any text file of an application. This is very handy for the help books (.htb) to be equally localized as any text within the application.

Links for wxLocalize:

wxMemoryMappedFile

^ TOP
Categories: stream,system,wrapper,miscellaneousStatus: STABLEComponent logo
Author: Blake MaddenwxWidgets supported ports: all
Current maintainer: Blake MaddenwxWidgets supported versions: all
Latest version: 1.0Build system: not provided
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: doxygen

Description: Class for mapping a file into your address space (rather than having to buffer its contents). This gives you direct access to the files contents as a raw char*, bypassing the usual file stream operations. You can even write to the char* and have that immediately write back directly to the file.

Links for wxMemoryMappedFile:

wxMidi

^ TOP
Categories: system,wrapperStatus: STABLEComponent logo
Author: Cecilio SalmeronwxWidgets supported ports: all
Current maintainer: cecilio salmeronwxWidgets supported versions: all
Latest version: 1.3Build system: projectfiles
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: hand

Description: wxMidi is a MIDI interface based on PortMidi, the Portable Real-Time MIDI Library. wxMidi offers a set of classes (wxMidiSystem, wxMidiDevice, wxMidiMessage, wxMidiDatabaseGM and derived from them) that interfaces wxWidgets with the PortMidi library. With this component you can add MIDI in/out commands support to your wxWidgets application... [more info in the component website]

Links for wxMidi:

wxWinService

^ TOP
Categories: system,wrapperStatus: BETAComponent logo
Author: Jan KnepperwxWidgets supported ports: wxMSW
Current maintainer: Jan KnepperwxWidgets supported versions: 2.8, 2.9
Latest version: 0.0Build system: projectfiles
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: Windows Service component is a set of classes to write Windows Service type applications using wxWidgets. The classes implement the Windows Service Control Manager (SCM) API as well as a debug mode where the SCM commands can be given via the console. The classes implement handling of the SCM messages via the wxWidgets event handling mechanism...

Links for wxWinService: