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 |
Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
void test::swap | ( | T & | a, | |
T & | b | |||
) | [inline] |
Definition at line 37 of file scribble_manager.cpp.
Referenced by notepad::GCtx::draw_line().
const float test::e = 0.001 [static] |
Definition at line 42 of file scribble_manager.cpp.