18 void operator=(
const Address& rhs);
19 bool operator==(
const Address& rhs)
const;
30 QString GetResultingAddress()
const;
31 QString GetResultingFsAddress()
const;
34 void on_ButtonConnect_clicked();
35 void on_ButtonLaunchFS_clicked();
36 void onRecentIPselected();
37 void onRecentFsIPselected();
43 virtual void showEvent(QShowEvent* event)
override;
44 void AddToRecentAddresses(
Address* pRecentAddresses,
const Address& addr);
45 void SetCurrentIP(
const Address& addr);
46 void SetCurrentFsIP(
const Address& addr);