Lynkeos  1.2
Classes | Functions
LynkeosCommon.h File Reference
#include <sys/types.h>
Include dependency graph for LynkeosCommon.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  MyIntegerPoint
struct  MyIntegerSize
struct  MyIntegerRect

Functions

static MyIntegerPoint MyMakeIntegerPoint (u_short x, u_short y)
static MyIntegerSize MyMakeIntegerSize (u_short w, u_short h)
static MyIntegerRect MyMakeIntegerRect (u_short x, u_short y, u_short w, u_short h)

Function Documentation

static MyIntegerPoint MyMakeIntegerPoint ( u_short  x,
u_short  y 
) [inline, static]
static MyIntegerRect MyMakeIntegerRect ( u_short  x,
u_short  y,
u_short  w,
u_short  h 
) [inline, static]
static MyIntegerSize MyMakeIntegerSize ( u_short  w,
u_short  h 
) [inline, static]

Referenced by MySizeLock::size.