livepatheffect-editor.h revision fc4864dd500f31c293652776294aad0d0fbe0d8f
/** @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>
#include <gtkmm/buttonbox.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 onAdd();
void onRemove();
void onUp();
void onDown();
{
{
}
virtual ~ModelColumns() {}
};
bool lpe_list_locked;
//Inkscape::UI::Widget::ComboBoxEnum<LivePathEffect::EffectType> combo_effecttype;
#if WITH_GTKMM_3_0
#else
#endif
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 :