17 #ifndef _ufinderImpl_hpp_ 18 #define _ufinderImpl_hpp_ 20 #include <ubit/uwin.hpp> 21 #include <ubit/uicon.hpp> 22 #include <ubit/ufont.hpp> 23 #include <ubit/ulistbox.hpp> 40 const UStr& getDir()
const;
43 void setDir(
const UStr& dirname);
46 void emph(
bool state);
47 void setKeepOpen(
bool st) {keep_open = st;}
48 bool isKeepOpen() {
return keep_open;}
59 void resolve(HostMethod);
70 UStr hostname, address;
71 UBox *clone_btn, *xhost_btn, *put_btn, *get_btn;
75 void createCloneImpl();
89 enum {INVALID_URL=-2};
Box container.
Definition: ubox.hpp:64
file finder.
Definition: ufinder.hpp:47
Item Button widget (a kind of button that is used in UListbox(es)).
Definition: uinteractors.hpp:303
Icon box.
Definition: uicon.hpp:52
Smart Pointer for UObject instances (.
Definition: uobject.hpp:365
Definition: ufinderImpl.hpp:54
Definition: uhardfont.hpp:31
Definition: ufinderImpl.hpp:84
Definition: ufinderImpl.hpp:28
Base class for windows and menus.
Definition: uwin.hpp:47
Ubit String.
Definition: ustr.hpp:72
Ubit Message events.
Definition: uevent.hpp:462