NDEVR
API Documentation
PhoneNumberTable.h
1#pragma once
2#include "DLLInfo.h"
3#if NDEVR_CONTACT_INFO
4#include <NDEVR/DesignPropertyTable.h>
5namespace NDEVR
6{
7 class QTDesignObject;
11 class NDEVR_API PhoneNumberTable : public DesignPropertyTable
12 {
13 Q_OBJECT
14 public:
19 PhoneNumberTable(QWidget* parent = nullptr);
25 PhoneNumberTable(const DynamicPointer<QTDesignObject>& parent_object, QWidget* parent_widget = nullptr);
26 virtual ~PhoneNumberTable();
31 void setTarget(const DynamicPointer<QTDesignObject>& parent);
33 void setup();
34 QSize sizeHint() const override;
35 protected:
36 DynamicPointer<QTDesignObject> m_parent;
37 };
38}
39#endif
A base class for tables wishing to show columns of DesignObject properties.
A pointer to a DesignObject within a QTModelManager that receives and emits update signals based on t...
The primary namespace for the NDEVR SDK.