scribble/inc/ScribbleDefine.h File Reference

#include <gtk/gtk.h>
#include <gdk/gdkx.h>
#include "ink.h"
#include "FileManager.h"
#include <liberdm/erdm.h>
#include <liberipc/eripc.h>
#include <liberipc/eripctoolbar.h>
#include <liberipc/eripcviewer.h>
#include <liberipc/eripcpagebar.h>

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _PointInfo
struct  _PointsBuf
struct  color
struct  _ScribbleCoreCtx
struct  _ScribbleUICtx

Defines

#define PIXELBUFSIZE   25
#define FBIO_IOCTL_BASE   'v'
#define FBIO_DRAWPIXELS   _IOW(FBIO_IOCTL_BASE, 3, PointsBuf)

Typedefs

typedef struct _PointInfo PointInfo
typedef struct _PointsBuf PointsBuf
typedef struct _ScribbleCoreCtx ScribbleCoreCtx
typedef ScribbleCoreCtxPScribbleCoreCtx
typedef struct _ScribbleUICtx ScribbleUICtx
typedef ScribbleUICtxPScribbleUICtx

Enumerations

enum  PEN_SIZE { SIZE_1PIX = 1, SIZE_3PIX = 3, SIZE_5PIX = 5, SIZE_7PIX = 7 }


Define Documentation

#define FBIO_DRAWPIXELS   _IOW(FBIO_IOCTL_BASE, 3, PointsBuf)

Definition at line 73 of file ScribbleDefine.h.

#define FBIO_IOCTL_BASE   'v'

Definition at line 71 of file ScribbleDefine.h.

#define PIXELBUFSIZE   25

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

Definition at line 54 of file ScribbleDefine.h.


Typedef Documentation

typedef struct _PointInfo PointInfo

typedef struct _PointsBuf PointsBuf

Definition at line 97 of file ScribbleDefine.h.

Definition at line 130 of file ScribbleDefine.h.

typedef struct _ScribbleUICtx ScribbleUICtx


Enumeration Type Documentation

enum PEN_SIZE

Enumerator:
SIZE_1PIX 
SIZE_3PIX 
SIZE_5PIX 
SIZE_7PIX 

Definition at line 99 of file ScribbleDefine.h.

00099              {
00100   SIZE_1PIX=1,
00101   SIZE_3PIX=3,
00102   SIZE_5PIX=5,
00103   SIZE_7PIX=7,
00104 }PEN_SIZE;//pen size ,in pixels


Generated on Sun Dec 14 17:14:28 2008 by  doxygen 1.5.6