|
Lynkeos
1.2
|
#include <sys/types.h>

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) |
| static MyIntegerPoint MyMakeIntegerPoint | ( | u_short | x, |
| u_short | y | ||
| ) | [inline, static] |
Referenced by MyImageListWindow::outlineViewSelectionDidChange:, and MyDocument::postProcess::::.
| static MyIntegerRect MyMakeIntegerRect | ( | u_short | x, |
| u_short | y, | ||
| u_short | w, | ||
| u_short | h | ||
| ) | [inline, static] |
Referenced by MyListProcessing(Private)::initWithDelegate:.
| static MyIntegerSize MyMakeIntegerSize | ( | u_short | w, |
| u_short | h | ||
| ) | [inline, static] |
Referenced by MySizeLock::size.
1.7.6.1