unit-tracker.h revision a4030d5ca449e7e384bc699cd249ee704faaeab0
/*
* Inkscape::UnitTracker - Simple mediator to synchronize changes to a set
* of possible units
*
* Authors:
* Jon A. Cruz <jon@joncruz.org>
*
* Copyright (C) 2007 Jon A. Cruz
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef SEEN_INKSCAPE_UNIT_TRACKER_H
#define SEEN_INKSCAPE_UNIT_TRACKER_H
#include <map>
#include <gtk/gtkaction.h>
#include <gtk/gtkliststore.h>
{
virtual ~UnitTracker();
bool isUpdating() const;
SPUnit const* getActiveUnit() const;
bool _isUpdating;
};
}
#endif // SEEN_INKSCAPE_UNIT_TRACKER_H
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :