• 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 refs:macro

326 This is a macro which evaluates to true if the current wxWidgets version is at
452 the \helpref{IMPLEMENT\_APP}{implementapp} macro. Thus, before using it
453 anywhere but in the same module where this macro is used, you must make it
821 the \helpref{wxCRITICAL\_SECTION}{wxcriticalsectionmacro} macro may be used
838 This macro declares a (static) critical section object named {\it cs} if
847 This macro declares a critical section object named {\it cs} if
859 This macro creates a \helpref{critical section lock}{wxcriticalsectionlocker}
869 This macro combines \helpref{wxCRIT\_SECT\_DECLARE}{wxcritsectdeclare} and
896 This macro is equivalent to \helpref{cs.Enter()}{wxcriticalsectionenter} if
914 This macro is equivalent to \helpref{cs.Leave()}{wxcriticalsectionleave} if
1143 Under Unix this macro changes the current process umask to the given value,
1148 Under other platforms this macro expands to nothing.
1598 provided: the \helpref{\_()}{underscore} macro is defined to do the same thing
1612 see the \helpref{wxPLURAL()}{wxplural} macro.
1618 \helpref{\_T()}{underscoret} or \helpref{wxT}{wxt} macro which makes them
1621 \helpref{wxPLURAL}{wxplural} macro for all literal strings.
1660 A macro defined as:
1726 wxT() is a macro which can be used with character and string literals (in other
1731 This macro is simply returns the value passed to it without changes in ASCII
1746 This macro doesn't do anything in the program code -- it simply expands to the
1753 this is achieved using \helpref{\_()}{underscore} but that macro not only marks
1810 This macro expands into a call to \helpref{wxGetTranslation}{wxgettranslation}
1815 Don't confuse this macro with \helpref{\_T()}{underscoret}!
1822 This macro is identical to \helpref{\_()}{underscore} but for the plural variant
1832 This macro is exactly the same as \helpref{wxT}{wxt} and is defined in
1835 same macro which is {\tt \_TEXT()}).
1837 Don't confuse this macro with \helpref{\_()}{underscore}!
2437 This macro loads a bitmap from either application resources (on the platforms
2500 This macro creates either a cursor (MSW) or an icon (elsewhere) with the given
2504 This macro should be used with
2516 This macro loads an icon from either application resources (on the platforms
2819 This macro returns the concatenation of two tokens \arg{x} and \arg{y}.
2831 This macro makes this slightly less painful by allowing you to specify the
2842 it is quoted automatically by the macro)}
2850 {\tt wxEXPLICIT} is a macro which expands to the C++ {\tt explicit} keyword if
2879 This macro is defined for the platforms with a native 64 bit integer type and
2899 This macro is defined to contain the {\tt printf()} format specifier using
3386 literal or a macro (hence the advantage of using this macro instead of the
3389 Notice that this macro always produces a \texttt{char} string, use
3414 macro is provided to disable the warning in such case. The \arg{name} parameter
3416 class name internally. Example of using the macro:
3433 Notice that there should be no semicolon after this macro.
3440 This macro is defined for the platforms with a native 64 bit integer type and
3462 This macro is the same as the standard C99 \texttt{va\_copy} for the compilers
3507 This macro expands to the name of the current function if the compiler supports
3547 This macro will swap the bytes of the {\it value} variable from little
3566 This macro will swap the bytes of the {\it value} variable from little
3821 This macro expands into {\tt const\_cast<classname *>(ptr)} if the compiler
3861 This macro returns the pointer {\it ptr} cast to the type {\it classname *} if
3863 {\tt NULL} otherwise. Usage of this macro is preferred over obsoleted
3896 This macro is equivalent to {\tt wxDynamicCast(this, classname)} but the
3899 this macro should be used to avoid them.
3910 This macro checks that the cast is valid in debug mode (an assert failure will
3955 there are no checks being done and the meaning of the macro arguments is exactly
4270 {\bf NB:} This macro is now obsolete, replaced by \helpref{Log functions}{logfunctions}.
4510 Assert macro. An error message will be generated if the condition is false in
4526 This macro results in a
4545 Assert macro with message. An error message will be generated if the condition is false.
4562 This macro is mostly useful for testing the expressions involving the
4566 Note that this macro internally declares a struct whose name it tries to make
4570 \helpref{wxCOMPILE\_TIME\_ASSERT2}{wxcompiletimeassert2} macro.
4573 if you use this macro with `Program Database For Edit And Continue'
4575 (\texttt{/Zi}) is ok though) for the code making use of this macro.
4587 This macro is identical to \helpref{wxCOMPILE\_TIME\_ASSERT2}{wxcompiletimeassert2}
4589 internally defined by this macro to avoid getting the compilation errors
4608 This macro is useful for marking unreachable" code areas, for example
4632 This macro may be only used in non-void functions, see also
4643 This macro should be used in void functions instead of
4713 This is a macro defined as {\tt getenv()} or its wide char version in Unicode