API Documentation
Loading...
Searching...
No Matches
PhoneNumberWidget.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#if NDEVR_CONTACT_INFO
4#include <NDEVR/QTDesignObject.h>
5#include <NDEVR/Editor.h>
6#include <NDEVR/Pointer.h>
7#include <QWidget>
8namespace Ui
9{
10 class PhoneNumberUI;
11}
12namespace NDEVR
13{
14 class TelephoneNumber;
15 /**--------------------------------------------------------------------------------------------------
16 \brief A popup Editor dialog for showing options or information related to TelephoneNumber model objects.
17 **/
18 class NDEVR_API PhoneNumberWidget : public Editor
19 {
20 public:
21 PhoneNumberWidget(const DynamicPointer<QTDesignObject>& customer, QWidget* parent = nullptr);
22 static void Register();
23 protected:
24 void updateValues() final override;
25 TelephoneNumber phoneNumber() const;
26 protected:
27 Ui::PhoneNumberUI* ui;
28 };
29}
30#endif
#define NDEVR_API
Definition DLLInfo.h:50
Definition ACIColor.h:37
Definition FontEditor.h:6