| /* -*- 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 INVITELISTDIALOG_H |
| #define INVITELISTDIALOG_H |
| #include <QStringListModel> |
| #include "contact-manager.h" |
| class InviteListDialog : public QDialog |
| explicit InviteListDialog(ndn::ptr_lib::shared_ptr<ContactManager> contactManager, |
| setInviteLabel(std::string label); |
| invitionDetermined(QString, bool); |
| Ui::InviteListDialog *ui; |
| ndn::ptr_lib::shared_ptr<ContactManager> m_contactManager; |
| QStringListModel* m_contactListModel; |
| std::vector<ndn::ptr_lib::shared_ptr<ContactItem> > m_contactList; |
| std::vector<std::string> m_invitedContacts; |
| #endif // INVITELISTDIALOG_H |