Inkscape
Vector Graphics Editor
|
#include <memory.h>
Public Member Functions | |
Memory () | |
~Memory () override | |
Protected Member Functions | |
void | apply () |
Private Attributes | |
std::unique_ptr< Private > | _private |
Inkscape::UI::Widget::Memory::Memory | ( | ) |
Definition at line 169 of file memory.cpp.
References _private, apply(), Inkscape::UI::pack_end(), Inkscape::UI::pack_start(), and Inkscape::UI::shrink.
|
override |
Definition at line 193 of file memory.cpp.
References _private.
|
protected |
Definition at line 198 of file memory.cpp.
References _private, and Inkscape::GC::Core::gcollect().
Referenced by Memory().
|
private |