qt ui - now all buttons have handlers

This commit is contained in:
hypnosis-i2p 2017-08-02 04:12:37 +08:00
parent 163cbcb89d
commit 856dda68db
4 changed files with 88 additions and 33 deletions

View file

@ -77,7 +77,16 @@ namespace http
boost::asio::ip::tcp::acceptor m_Acceptor;
};
//all the below functions are also used by Qt GUI, see mainwindow.cpp -> getStatusPageHtml
void ShowStatus (std::stringstream& s, bool includeHiddenContent);
void ShowLocalDestinations (std::stringstream& s);
void ShowLeasesSets(std::stringstream& s);
void ShowTunnels (std::stringstream& s);
void ShowCommands (std::stringstream& s, uint32_t token);
void ShowTransitTunnels (std::stringstream& s);
void ShowTransports (std::stringstream& s);
void ShowSAMSessions (std::stringstream& s);
void ShowI2PTunnels (std::stringstream& s);
} // http
} // i2p