view.h revision 690d37ddd3470e494dde1e3ee20b942736e734d2
905N/A * Abstract base class for all SVG document views 905N/A * Lauris Kaplinski <lauris@kaplinski.com> 905N/A * Ralf Stephan <ralf@ark.in-berlin.de> 905N/A * Copyright (C) 2001-2002 Lauris Kaplinski 905N/A * Copyright (C) 2001 Ximian, Inc. 905N/A * Released under GNU GPL, read the file 'COPYING' for more information 905N/A * Iterates until true or returns false. 905N/A * When used as signal accumulator, stops emission if one slot returns true. 905N/A * Iterates until nonzero or returns 0. 905N/A * When used as signal accumulator, stops emission if one slot returns nonzero. * View is an abstract base class of all UI document views. This * includes both the editing window and the SVG preview, but does not * include the non-UI RGBA buffer-based NRArena nor the XML editor or * similar views. The View base class has very little functionality of /// Returns a pointer to the view's document. /// Returns a pointer to the view's message stack. /// Returns a pointer to the view's tipsMessageContext. // view subclasses must give implementations of these methods #
endif // INKSCAPE_UI_VIEW_VIEW_H c-file-style:"stroustrup" c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :