Scroom  0.14
transparentoverlayviewinfo.cc File Reference
#include "transparentoverlayviewinfo.hh"
#include <sstream>
#include <utility>
#include <scroom/bitmap-helpers.hh>
#include <scroom/colormappable.hh>
#include <scroom/unused.hh>
Include dependency graph for transparentoverlayviewinfo.cc:

Namespaces

 anonymous_namespace{transparentoverlayviewinfo.cc}
 

Functions

void anonymous_namespace{transparentoverlayviewinfo.cc}::setToggleButtonColor (GtkWidget *w, PresentationInterface::Ptr const &p)
 
static void on_toggled (GtkToggleButton *button, gpointer data)
 

Function Documentation

◆ on_toggled()

static void on_toggled ( GtkToggleButton *  button,
gpointer  data 
)
static
106 {
107  static_cast<TransparentOverlayViewInfo*>(data)->toggled(button);
108 }

Referenced by TransparentOverlayViewInfo::createToggleToolButton().

Here is the caller graph for this function:
TransparentOverlayViewInfo
Definition: transparentoverlayviewinfo.hh:60