| /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */ |
| * Copyright (c) 2013, Regents of the University of California |
| * BSD license, See the LICENSE file for more information |
| * Author: Mengjin Yan <jane.yan0129@gmail.com> |
| * Author: Yingdi Yu <yingdi@cs.ucla.edu> |
| #ifndef CHRONOCHAT_CHATROOM_DISCOVERY_VIEW_DIALOG_HPP |
| #define CHRONOCHAT_CHATROOM_DISCOVERY_VIEW_DIALOG_HPP |
| class ChatroomDiscoveryViewDialog; |
| class ChatroomDiscoveryViewDialog : public QDialog |
| explicit ChatroomDiscoveryViewDialog(QWidget* parent = 0); |
| ~ChatroomDiscoveryViewDialog(); |
| setChatroomName(QString chatroomName); |
| setChatroomTrustModel(QString chatroomTrustModel); |
| setChatroomParticipants(const std::list<ndn::Name>& chatroomParticipants); |
| Ui::ChatroomDiscoveryViewDialog* ui; |
| #endif // CHRONOCHAT_CHATROOM_DISCOVERY_VIEW_DIALOG_HPP |