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

◆ MyMakeIntegerPoint()

static MyIntegerPoint MyMakeIntegerPoint ( u_short  x,
u_short  y 
)
inlinestatic

◆ MyMakeIntegerRect()

static MyIntegerRect MyMakeIntegerRect ( u_short  x,
u_short  y,
u_short  w,
u_short  h 
)
inlinestatic

◆ MyMakeIntegerSize()

static MyIntegerSize MyMakeIntegerSize ( u_short  w,
u_short  h 
)
inlinestatic

Referenced by MySizeLock::size.