#include "xap_Frame.h"#include "xap_Dialog.h"#include "xav_View.h"Go to the source code of this file.
Classes | |
| class | AP_Dialog_MetaData |
Defines | |
| #define | DCL_PROP(name) |
| #define DCL_PROP | ( | name | ) |
public: \ void set##name(const std::string & val) { m_##name = val ; } \ const std::string & get##name() const { return m_##name ; } \ private: std::string m_##name ;
1.7.1