scb.h File Reference

#include "driver.h"
#include "scbcolor.h"
#include "scbconfig.h"
#include "scbpage.h"
#include "scbpages.h"
#include "scbpath.h"
#include "scbpoint.h"
#include "scbpoints.h"
#include "scbstroke.h"
#include "scbstrokes.h"
#include "scbdoc.h"
#include "scbtype.h"
#include "scbmacro.h"
Include dependency graph for scb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

G_BEGIN_DECLS void erscribble_init ()
void erscribble_uninit ()

Function Documentation

G_BEGIN_DECLS void erscribble_init (  ) 

File Name : scb.h

Description: All scribble definitions Copyright (C) 2008 iRex Technologies B.V. All rights reserved.

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

Definition at line 60 of file scb.c.

References erscribble_driver_init().

Referenced by notepad::CNotepadDoc::CNotepadDoc(), and test::ScribbleMgr::ScribbleMgr().

00061 {
00062     erscribble_driver_init();
00063 }

Here is the call graph for this function:

Here is the caller graph for this function:

void erscribble_uninit (  ) 

Definition at line 66 of file scb.c.

References erscribble_driver_close().

Referenced by notepad::CNotepadDoc::~CNotepadDoc(), and test::ScribbleMgr::~ScribbleMgr().

00067 {
00068     erscribble_driver_close();
00069 }

Here is the call graph for this function:

Here is the caller graph for this function:

Generated by  doxygen 1.6.2-20100208