◆ ViewInterfaceDummy()
| anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::ViewInterfaceDummy |
( |
| ) |
|
|
privatedefault |
◆ addSideWidget()
| void anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::addSideWidget |
( |
std::string |
title, |
|
|
GtkWidget * |
w |
|
) |
| |
|
inlineoverridevirtual |
Request that the given widget be added to the sidebar.
- Precondition
- Should be called from within a Gdk critical section (i.e. between gdk_threads_enter() and gdk_threads_leave() calls)
Implements ViewInterface.
◆ addToolButton()
| void anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::addToolButton |
( |
GtkToggleButton * |
, |
|
|
ToolStateListener::Ptr |
|
|
) |
| |
|
inlineoverridevirtual |
◆ addToToolbar()
| void anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::addToToolbar |
( |
GtkToolItem * |
ti | ) |
|
|
inlineoverridevirtual |
Request that the given tool item be added to the toolbar.
- Precondition
- Should be called from within a Gdk critical section (i.e. between gdk_threads_enter() and gdk_threads_leave() calls)
Implements ViewInterface.
◆ create()
| static Ptr anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::create |
( |
| ) |
|
|
inlinestatic |
std::shared_ptr< ViewInterface > Ptr
Definition viewinterface.hh:193
ViewInterfaceDummy()=default
◆ getCurrentPresentation()
| std::shared_ptr< PresentationInterface > anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::getCurrentPresentation |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getProgressInterface()
| ProgressInterface::Ptr anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::getProgressInterface |
( |
| ) |
|
|
inlineoverridevirtual |
Return a pointer to the progess interface associated with the View
- Note
- The progress bar should only be manipulated from within a Gdk critical section (i.e. between gdk_threads_enter() and gdk_threads_leave() calls)
Implements ViewInterface.
◆ invalidate()
| void anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::invalidate |
( |
| ) |
|
|
inlineoverridevirtual |
Request that the window content is redrawn.
- Precondition
- Should be called from within a Gdk critical section (i.e. between gdk_threads_enter() and gdk_threads_leave() calls)
Implements ViewInterface.
◆ registerPostRenderer()
| void anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::registerPostRenderer |
( |
PostRenderer::Ptr |
| ) |
|
|
inlineoverridevirtual |
Register a postrenderer to be updated whenever a redraw occurs. When this happens, the 'render' function gets called on the instance that is passed to the given instance.
Note that the order in which different registered instances get updated is the order in which they register to the view. This order remains constant throughout the view's lifetime.
- See also
- PostRenderer
Implements ViewInterface.
◆ registerSelectionListener()
◆ removeFromToolbar()
| void anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::removeFromToolbar |
( |
GtkToolItem * |
ti | ) |
|
|
inlineoverridevirtual |
Request that the given tool item be removed from the toolbar.
- Precondition
- Should be called from within a Gdk critical section (i.e. between gdk_threads_enter() and gdk_threads_leave() calls)
Implements ViewInterface.
◆ removeSideWidget()
| void anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::removeSideWidget |
( |
GtkWidget * |
w | ) |
|
|
inlineoverridevirtual |
Request that the given widget be removed from the sidebar.
- Precondition
- Should be called from within a Gdk critical section (i.e. between gdk_threads_enter() and gdk_threads_leave() calls)
Implements ViewInterface.
◆ setStatusMessage()
| void anonymous_namespace{determine-size-test.cc}::ViewInterfaceDummy::setStatusMessage |
( |
const std::string & |
| ) |
|
|
inlineoverridevirtual |
Sets the status message in the status bar of the application.
Implements ViewInterface.
The documentation for this class was generated from the following file: