#include <string>
#include "xap_Frame.h"
#include "xap_Dialog.h"
#include "xav_View.h"
Go to the source code of this file.
Classes | |
class | AP_Dialog_Annotation |
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 ;