TempInteractive.h File Reference

Providing easy to use macro for temporary interactivity. More...

#include <wxGuiTest/Common.h>

Include dependency graph for TempInteractive.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  wxTst

Classes

class  wxTst::TempInteractive
 Make the wxWidgets GUI test temporarily interactive. More...

Defines

#define TEMP_INTERACTIVE_GUI_TEST
 Macro allowing easy temporary test interactivity with precise file and line number output.


Detailed Description

Providing easy to use macro for temporary interactivity.

Doxygen documentation only needed for define TEMP_INTERACTIVE_GUI_TEST.

Definition in file TempInteractive.h.


Define Documentation

#define TEMP_INTERACTIVE_GUI_TEST

Value:

{                                                                         \
        wxTst::TempInteractive interactive;                          \
        interactive.ShowCurrentGui (_T(__FILE__), __LINE__);        \
    };
Macro allowing easy temporary test interactivity with precise file and line number output.

WARNING! This macro can be used only once in a scope because it declares the interactive variable.

Definition at line 69 of file TempInteractive.h.


wxWidgets Logo Get wxGuiTesting at SourceForge.net. Fast, secure and Free Open Source software downloads
Generated on Tue Mar 17 17:29:30 2009 for wxGuiTesting by doxygen 1.5.5