Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::UI::Widget::Registry Class Reference

#include <registry.h>

Public Member Functions

 Registry ()
 
 ~Registry ()
 
bool isUpdating ()
 
void setUpdating (bool)
 
SPDesktopdesktop () const
 
void setDesktop (SPDesktop *desktop)
 

Protected Attributes

bool _updating
 
SPDesktop_desktop = nullptr
 

Detailed Description

Definition at line 19 of file registry.h.

Constructor & Destructor Documentation

◆ Registry()

Inkscape::UI::Widget::Registry::Registry ( )

Definition at line 21 of file registry.cpp.

◆ ~Registry()

Inkscape::UI::Widget::Registry::~Registry ( )
default

Member Function Documentation

◆ desktop()

◆ isUpdating()

◆ setDesktop()

void Inkscape::UI::Widget::Registry::setDesktop ( SPDesktop desktop)

Definition at line 37 of file registry.cpp.

References _desktop, and desktop().

Referenced by Inkscape::UI::Dialog::DocumentProperties::documentReplaced().

◆ setUpdating()

Member Data Documentation

◆ _desktop

SPDesktop* Inkscape::UI::Widget::Registry::_desktop = nullptr
protected

Definition at line 33 of file registry.h.

Referenced by desktop(), and setDesktop().

◆ _updating

bool Inkscape::UI::Widget::Registry::_updating
protected

Definition at line 31 of file registry.h.

Referenced by isUpdating(), and setUpdating().


The documentation for this class was generated from the following files: