• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching defs:class

12 \section{\class{wxLog}}\label{wxlog}
14 wxLog class defines the interface for the {\it log targets} used by wxWidgets
16 The only situations when you need to directly use this class is when you want
31 No base class
59 There are two functions which must be implemented by any derived class to
63 target is to override just this function in the derived class. If more control
73 Some of wxLog implementations, most notably the standard wxLogGui class,
85 without writing a new log target class (which, aside of being a matter of
259 The base class version prepends the timestamp to the message, adds a prefix
390 \section{\class{wxLogChain}}\label{wxlogchain}
392 This simple class allows to chain log sinks, that is to install a new sink but
483 \section{\class{wxLogGui}}\label{wxloggui}
507 \section{\class{wxLogNull}}\label{wxlognull}
509 This class allows to temporarily suspend logging. All calls to the log
510 functions during the life time of an object of this class are just ignored.
576 \section{\class{wxLogPassThrough}}\label{wxlogpassthrough}
584 this class must be derived from to implement \helpref{DoLog}{wxlogdolog}
603 \section{\class{wxLogStderr}}\label{wxlogstderr}
605 This class can be used to redirect the log messages to a C file stream (not to
632 \section{\class{wxLogStream}}\label{wxlogstream}
634 This class can be used to redirect the log messages to a C++ stream.
636 Please note that this class is only available if wxWidgets was compiled with
663 \section{\class{wxLogTextCtrl}}\label{wxlogtextctrl}
693 \section{\class{wxLogWindow}}\label{wxlogwindow}
695 This class represents a background log window: to be precise, it collects all