document-private.h revision 0e87cf25885f81a6201f1226ca26690d2d553963
#ifndef __SP_DOCUMENT_PRIVATE_H__
#define __SP_DOCUMENT_PRIVATE_H__
/*
* Seldom needed document data
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 1999-2002 Lauris Kaplinski
* Copyright (C) 2001-2002 Ximian, Inc.
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <map>
#include "xml/event-fns.h"
#include "sp-defs.h"
#include "sp-root.h"
#include "document.h"
#include "composite-undo-stack-observer.h"
#include "event-log.h"
// XXX only for testing!
#include "console-output-undo-observer.h"
}
}
struct SPDocumentPrivate {
/** Dictionary of signals for id changes */
/* Resources */
/* It is GHashTable of GSLists */
bool sensitive: true; /* If we save actions to undo stack */
int history_size;
/* Undo listener */
// XXX only for testing!
bool seeking;
};
#endif