| 35 |
# define _MMIHEADERDIALOG_HH |
# define _MMIHEADERDIALOG_HH |
| 36 |
#include "glademm_support.hh" |
#include "glademm_support.hh" |
| 37 |
|
|
| 38 |
|
#include <string> |
| 39 |
|
|
| 40 |
class MMIHeaderDialog : public MMIHeaderDialog_glade |
class MMIHeaderDialog : public MMIHeaderDialog_glade |
| 41 |
{ |
{ |
| 42 |
|
public: |
| 43 |
friend class MMIHeaderDialog_glade; |
void setSourceName(std::string const &); |
| 44 |
|
void setSourceVersion(std::string const &); |
| 45 |
|
void setSourceCorp(std::string const &); |
| 46 |
|
void setTransmissionDate(std::string const &); |
| 47 |
|
void setTransmissionNote(std::string const &); |
| 48 |
|
void Clear(void); |
| 49 |
|
friend class MMIHeaderDialog_glade; |
| 50 |
|
private: |
| 51 |
}; |
}; |
| 52 |
#endif |
#endif |