| /* -*- 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 CHRONOS_SET_ALIAS_DIALOG_HPP |
| #define CHRONOS_SET_ALIAS_DIALOG_HPP |
| #include <ndn-cxx/name.hpp> |
| class SetAliasDialog : public QDialog |
| SetAliasDialog(QWidget* parent = 0); |
| setTargetIdentity(const QString& targetIdentity, const QString& alias); |
| aliasChanged(const QString& identity, const QString& alias); |
| QString m_targetIdentity; |
| #endif // CHRONOS_SET_ALIAS_DIALOG_HPP |