X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fdialog%2Ffiledialog.h;h=c573dbe5dd337886faed11afd13091685f08cd0b;hb=5efc89d7a5830b387c1362a077c82980c5624174;hp=ace3361776068993c82751f3dbbc0d4a229dae0c;hpb=76798b090820e68f67ccc3e301d10e5967634adf;p=inkscape.git diff --git a/src/ui/dialog/filedialog.h b/src/ui/dialog/filedialog.h index ace336177..c573dbe5d 100644 --- a/src/ui/dialog/filedialog.h +++ b/src/ui/dialog/filedialog.h @@ -8,6 +8,7 @@ * Bob Jamison * Inkscape Guys * + * Copyright (C) 2006 Johan Engelen * Copyright (C) 2004-2006, Inkscape Authors * * Released under GNU GPL, read the file 'COPYING' for more information @@ -164,8 +165,19 @@ public: */ virtual Inkscape::Extension::Extension * getSelectionType() = 0; + virtual void setSelectionType( Inkscape::Extension::Extension * key ) = 0; + virtual Glib::ustring getFilename () =0; + /** + * Change the window title. + */ + virtual void change_title(const Glib::ustring& title) =0; + + /** + * Change the default save path location. + */ + virtual void change_path(const Glib::ustring& path) =0; }; //FileSaveDialog