livepatheffect-editor.h revision 1b3a8414f17dc95fc921d999ea715c99d10dd4aa
/** @file
* @brief Live Path Effect editing dialog
*/
/* Author:
* Johan Engelen <j.b.c.engelen@ewi.utwente.nl>
*
* Copyright (C) 2007 Author
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#include "ui/widget/combo-enums.h"
#include "live_effects/effect-enum.h"
#include <gtkmm/liststore.h>
#include <gtkmm/treeview.h>
#include <gtkmm/scrolledwindow.h>
}
virtual void on_effect_selection_changed();
void set_sensitize_all(bool sensitive);
// void add_entry(const char* name );
// callback methods for buttons on grids page.
void onApply();
void onRemove();
void onUp();
void onDown();
{
{
}
virtual ~ModelColumns() {}
};
bool lpe_list_locked;
/*Gtk::HButtonBox button_hbox;
Gtk::Button button_up;
Gtk::Button button_down;
Gtk::Button button_apply;
Gtk::Button button_remove;*/
LivePathEffectEditor(LivePathEffectEditor const &d);
};
} // namespace Dialog
} // namespace UI
} // namespace Inkscape
#endif // INKSCAPE_UI_DIALOG_LIVE_PATH_EFFECT_H
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :