| /* -*- 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: Yingdi Yu <yingdi@cs.ucla.edu> |
| #ifndef CHRONOCHAT_INVITATION_DIALOG_HPP |
| #define CHRONOCHAT_INVITATION_DIALOG_HPP |
| class InvitationDialog : public QDialog |
| InvitationDialog(QWidget* parent = 0); |
| invitationResponded(const ndn::Name& invitationName, bool accepted); |
| onInvitationReceived(QString alias, QString chatroom, ndn::Name invitationInterest); |
| Ui::InvitationDialog* ui; |
| ndn::Name m_invitationInterest; |
| } // namespace chronochat |
| #endif // CHRONOCHAT_INVITATION_DIALOG_HPP |