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 /**--------------------------------------------------------------------------------------------------
9 \brief A table showing a list of PhoneNumber models
10 **/
11 class NDEVR_API PhoneNumberTable : public DesignPropertyTable
12 {
13 Q_OBJECT
14 public:
15 PhoneNumberTable(QWidget* parent = nullptr);
16 PhoneNumberTable(const DynamicPointer<QTDesignObject>& parent_object, QWidget* parent_widget = nullptr);
17 virtual ~PhoneNumberTable();
18 void setTarget(const DynamicPointer<QTDesignObject>& parent);
19 void setup();
20 QSize sizeHint() const override;
21 protected:
22 DynamicPointer<QTDesignObject> m_parent;
23 };
24}
25#endif
#define NDEVR_API
Definition DLLInfo.h:50
Definition ACIColor.h:37