#include <view.h>
Definition at line 74 of file view.h.
Public Member Functions | |
unsigned | _anchored_refcount () const |
void | anchor () const |
void | close () |
SPDocument * | doc () const |
Returns a pointer to the view's document. | |
void | emitResized (gdouble width, gdouble height) |
Inkscape::MessageStack * | messageStack () const |
Returns a pointer to the view's message stack. | |
virtual void | mouseout ()=0 |
virtual void | mouseover ()=0 |
virtual void | onDocumentResized (double, double)=0 |
virtual void | onDocumentURISet (gchar const *uri)=0 |
virtual void | onPositionSet (double, double)=0 |
virtual void | onRedrawRequested ()=0 |
virtual void | onResized (double, double)=0 |
virtual void | onStatusMessage (Inkscape::MessageType type, gchar const *message)=0 |
void | operator delete (void *p) |
void * | operator new (std::size_t size, ScanPolicy scan=default_scan, CollectionPolicy collect=default_collect) throw (std::bad_alloc) |
void * | operator new[] (std::size_t size, ScanPolicy scan=default_scan, CollectionPolicy collect=default_collect) throw (std::bad_alloc) |
void | release () const |
void | requestRedraw () |
void | setPosition (NR::Point const &p) |
void | setPosition (gdouble x, gdouble y) |
virtual bool | shutdown ()=0 |
Inkscape::MessageContext * | tipsMessageContext () const |
Returns a pointer to the view's tipsMessageContext. | |
virtual | ~View () |
Protected Member Functions | |
virtual void | _close () |
virtual void | setDocument (SPDocument *doc) |
Protected Attributes | |
SPDocument * | _doc |
sigc::signal< void, gchar const * > | _document_uri_set_signal |
Inkscape::MessageStack * | _message_stack |
sigc::signal< void, double, double > | _position_set_signal |
sigc::signal< void > | _redraw_requested_signal |
sigc::signal< void, double, double > | _resized_signal |
Inkscape::MessageContext * | _tips_message_context |
Private Attributes | |
sigc::connection | _document_resized_connection |
sigc::connection | _document_uri_set_connection |
sigc::connection | _message_changed_connection |
sigc::connection | _position_set_connection |
sigc::connection | _redraw_requested_connection |
sigc::connection | _resized_connection |