#include <ufinderImpl.hpp>
Inheritance diagram for ubit::UFinderHost:
Public Types | |
typedef void(UFinderHost::*) | HostMethod () |
Public Member Functions | |
UFinderHost (class UFinder *, const UStr &hostname) | |
void | resolve (HostMethod) |
void | createClone () |
void | deleteClone () |
void | addXhost () |
void | removeXhost () |
void | calibrate () |
void | putFile () |
Protected Member Functions | |
void | resolveCB (UMessageEvent &, HostMethod) |
void | createCloneImpl () |
void | addXhostImpl () |
void | calibrateImpl () |
void | putFileImpl () |
Protected Attributes | |
UFinder & | fd |
UStr | hostname |
UStr | address |
UBox * | name_box |
UBox * | prop_box |
UBox * | clone_btn |
UBox * | xhost_btn |
UBox * | put_btn |
UBox * | get_btn |
UWin * | clone_win |
Friends | |
class | UFinder |