API Documentation
Loading...
Searching...
No Matches
PhoneNumberTable.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#if NDEVR_CONTACT_INFO
4#include <NDEVR/DesignPropertyTable.h>
5namespace NDEVR
6{
7 class QTDesignObject;
8 class NDEVR_API PhoneNumberTable : public DesignPropertyTable
9 {
10 Q_OBJECT
11 public:
12 PhoneNumberTable(QWidget* parent = nullptr);
13 PhoneNumberTable(const DynamicPointer<QTDesignObject>& parent_object, QWidget* parent_widget = nullptr);
14 virtual ~PhoneNumberTable();
15 void setTarget(const DynamicPointer<QTDesignObject>& parent);
16 void setup();
17 QSize sizeHint() const override;
18 protected:
19 DynamicPointer<QTDesignObject> m_parent;
20 };
21}
22#endif
#define NDEVR_API
Definition DLLInfo.h:67
Definition ACIColor.h:37