#include "config.h"#include <sys/time.h>#include <cstring>#include <gtk/gtk.h>#include <glib.h>#include <glib/gstdio.h>#include <libermetadb/ermetadb.h>#include "log.h"#include "notepad_ipc.h"#include "notepad_utils.h"#include "notepad_filestore.h"
Go to the source code of this file.
Namespaces | |
| namespace | notepad |
Defines | |
| #define | NOTE_AUTHOR "Notepad" |
| #define | NOTE_DIR "Notes" |
| #define | NOTE_TAG "note" |
| #define | NOTE_EXTENSION ".note" |
Variables | |
| static const char * | notepad::SCRIBBLE_LAST_READ_LOCATION = "scribble_last_read_location" |
| #define NOTE_AUTHOR "Notepad" |
Copyright (C) 2010 IREX Technologies B.V. All rights reserved.
Definition at line 40 of file notepad_filestore.cpp.
| #define NOTE_DIR "Notes" |
Definition at line 41 of file notepad_filestore.cpp.
Referenced by notepad::CFileStore::createFile().
| #define NOTE_EXTENSION ".note" |
Definition at line 43 of file notepad_filestore.cpp.
Referenced by notepad::CFileStore::createFile(), and notepad::CFileStore::renameFile().
| #define NOTE_TAG "note" |
Definition at line 42 of file notepad_filestore.cpp.
1.6.2-20100208