objects.h revision 0dee5a752d2422278f79acba43c26d1472f071ff
919N/A#ifndef SEEN_OBJECTS_PANEL_H
919N/A#define SEEN_OBJECTS_PANEL_H
919N/A#ifdef HAVE_CONFIG_H
551N/A#include "ui/widget/spinbutton.h"
551N/A#include "ui/widget/object-composite-settings.h"
551N/A#include "desktop-tracker.h"
551N/A#include "ui/widget/style-subject.h"
551N/A#include "selection.h"
551N/A#include "ui/widget/filter-effect-chooser.h"
551N/Astruct SPColorSelector;
ObjectsPanel();
bool _blockCompositeUpdate;
#if WITH_GTKMM_3_0
#if WITH_GTKMM_3_0
Gtk::MenuItem& _addPopupItem( SPDesktop *desktop, unsigned int code, char const* iconName, char const* fallback, int id );
void _handleEditingCancelled();
void _doTreeMove();
void _pushTreeSelectionToCurrent();
void _checkTreeSelection();
bool _executeAction();
void _setExpanded( const Gtk::TreeModel::iterator& iter, const Gtk::TreeModel::Path& path, bool isexpanded );
bool _noSelection( Glib::RefPtr<Gtk::TreeModel> const & model, Gtk::TreeModel::Path const & path, bool b );
bool _rowSelectFunction( Glib::RefPtr<Gtk::TreeModel> const & model, Gtk::TreeModel::Path const & path, bool b );
void _updateComposite();
bool _checkForSelected(const Gtk::TreePath& path, const Gtk::TreeIter& iter, SPItem* item, bool scrollto);
void _opacityValueChanged();
void _blendValueChanged();
void _blurValueChanged();
void _highlightPickerColorMod();