scb.c File Reference

#include "driver.h"
#include "scb.h"
Include dependency graph for scb.c:

Go to the source code of this file.

Functions

void erscribble_init ()
void erscribble_uninit ()

Function Documentation

void erscribble_init (  ) 

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