Lines Matching defs:FloodTool
81 const std::string& FloodTool::getPrefsPath() {
82 return FloodTool::prefsPath;
85 const std::string FloodTool::prefsPath = "/tools/paintbucket";
99 const std::vector<Glib::ustring> FloodTool::channel_list( ch_init, ch_init+8 );
107 const std::vector<Glib::ustring> FloodTool::gap_list( gap_init, gap_init+4 );
109 FloodTool::FloodTool()
117 FloodTool::~FloodTool() {
133 void FloodTool::selection_changed(Inkscape::Selection* selection) {
138 void FloodTool::setup() {
150 sigc::mem_fun(this, &FloodTool::selection_changed)
1066 bool FloodTool::item_handler(SPItem* item, GdkEvent* event) {
1098 bool FloodTool::root_handler(GdkEvent* event) {
1204 void FloodTool::finishItem() {
1220 void FloodTool::set_channels(gint channels) {