test Namespace Reference

Data Structures

struct  BoundingRectangles
class  MainWindow
 The main window of the UDS. It's the parent window of all ViewCtrls' windows. More...
struct  OutputDeviceContext
 Output device context. More...
class  OutputDevice
 The widget output device. NOT SURE THE WIDGET SIZE WILL BE CHANGED OR NOT. More...
struct  Point
 Point structure. More...
struct  ScribbleGC
class  ScribbleMgr

Functions

template<class T >
void swap (T &a, T &b)

Variables

static const float e = 0.001

Detailed Description

Copyright (C) 2008 iRex Technologies B.V. All rights reserved.


Function Documentation

template<class T >
void test::swap ( T &  a,
T &  b 
) [inline]

Definition at line 37 of file scribble_manager.cpp.

Referenced by notepad::GCtx::draw_line().

00038 {
00039     T tmp = a; a = b; b = tmp;
00040 }

Here is the caller graph for this function:


Variable Documentation

const float test::e = 0.001 [static]

Definition at line 42 of file scribble_manager.cpp.

Generated by  doxygen 1.6.2-20100208