Classes | Defines

ap_Dialog_Annotation.h File Reference

#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 Documentation

#define DCL_PROP (   name  ) 
Value:
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 ;