kpilot
notepad-conduit.cc File Reference
#include "options.h"
#include "pilotUser.h"
#include "pilotSerialDatabase.h"
#include "notepad-conduit.h"
#include "notepadconduit.h"
#include <pi-notepad.h>
#include <qthread.h>
#include <qapplication.h>
#include <qvaluelist.h>
#include <qimage.h>
#include <qdir.h>
#include <qcstring.h>
Include dependency graph for notepad-conduit.cc:
Go to the source code of this file.
Functions | |
static void | saveImageFromBITS (QImage &image, struct NotePad *n, unsigned int width) |
static void | saveImageFromUNCOMPRESSED (QImage &image, struct NotePad *n, unsigned int width) |
Variables | |
unsigned long | version_conduit_notepad = Pilot::PLUGIN_API |
Function Documentation
static void saveImageFromBITS | ( | QImage & | image, | |
struct NotePad * | n, | |||
unsigned int | width | |||
) | [static] |
Definition at line 152 of file notepad-conduit.cc.
static void saveImageFromUNCOMPRESSED | ( | QImage & | image, | |
struct NotePad * | n, | |||
unsigned int | width | |||
) | [static] |
Definition at line 178 of file notepad-conduit.cc.
Variable Documentation
unsigned long version_conduit_notepad = Pilot::PLUGIN_API |
Definition at line 52 of file notepad-conduit.cc.