![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXDebugTarget.h>
Public Member Functions | |
FXDebugTarget () | |
![]() | |
virtual long | onDefault (FXObject *, FXSelector, void *) |
const FXchar * | getClassName () const |
bool | isMemberOf (const FXMetaClass *metaclass) const |
virtual long | tryHandle (FXObject *sender, FXSelector sel, void *ptr) |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXObject () |
Static Public Attributes | |
static const FXchar *const | messageTypeName [] |
A DebugTarget prints out every message it receives.
To use it, simply make the DebugTarget a target of the widget whose messages you want to see,
FX::FXDebugTarget::FXDebugTarget | ( | ) |
Construct a debug target.
|
static |
![]() |