X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FFileDialog.h;h=38d6e396b0d1eb3e51ba45ec4fd2a49dc0c9c541;hb=f7ba7c8e9f3dcd2a5de79c7e93bf8edeec3b8e35;hp=7ed87a9cf3e3958bcebe68d7f64e23f0c402c225;hpb=765db1102d7edf01d2fd7b667c75095f843ab476;p=lyx.git diff --git a/src/frontends/FileDialog.h b/src/frontends/FileDialog.h index 7ed87a9cf3..38d6e396b0 100644 --- a/src/frontends/FileDialog.h +++ b/src/frontends/FileDialog.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file FileDialog.h * Copyright 2001 the LyX Team @@ -14,7 +15,6 @@ #pragma interface #endif -#include #include #include "commandtags.h" @@ -44,24 +44,27 @@ public: /** * Constructs a file dialog attached to LyXView \param lv, with - * title \param title. If param \a is \const LFUN_SELECT_FILE_SYNC + * title \param title. If \param a is \const LFUN_SELECT_FILE_SYNC * then a value will be returned immediately upon performing a Select(), * otherwise a callback Dispatch() will be invoked with the filename as * argument, of action \param a. * - * Up to two optional extra buttons are allowed for specifying addtional - * directories in the navigation. + * Up to two optional extra buttons are allowed for specifying + * additional directories in the navigation (an empty + * directory is interpreted as getcwd()) */ - FileDialog(LyXView * lv, string const & title, kb_action a = LFUN_SELECT_FILE_SYNC, - Button b1 = Button(string(), string()), - Button b2 = Button(string(), string())); - + FileDialog(LyXView * lv, string const & title, + kb_action a = LFUN_SELECT_FILE_SYNC, + Button b1 = Button(string(), string()), + Button b2 = Button(string(), string())); + ~FileDialog(); /** - * Choose a file for selection, starting in directory \param path, with the file - * selection \param mask. The \param mask string is of the form : + * Choose a file for selection, starting in directory \param + * path, with the file selection \param mask. The \param mask + * string is of the form : * * | *