CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
FxUIUuid.h
Go to the documentation of this file.
1//
2// (C) Copyright 2005-2025 by Graebert GmbH.
3//
4// Permission to use, copy, modify, and distribute this software in
5// object code form for any purpose and without fee is hereby granted,
6// provided that the above copyright notice appears in all copies and
7// that both that copyright notice and the limited warranty and
8// restricted rights notice below appear in all supporting
9// documentation.
10//
11// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
12// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
13// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
14// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
15// UNINTERRUPTED OR ERROR FREE.
16
17#pragma once
18
22
24#include "../UI/FxUIObject.h"
25
26class CFxUIUuidImpl;
27class QUuid;
28
30{
31public:
32
35
38
40 CFxUIUuid( const CFxUIUuid& uuid );
41 CFxUIUuid( const QUuid& uuid );
42
45
47 bool operator==( const CFxUIUuid& other ) const;
48
49 CFxUIUuid& operator=( const CFxUIUuid& other );
50 operator const QUuid&() const;
51
58
65
66protected:
67 CFxUIUuidImpl* m_pImpl = nullptr;
68};
#define COMMONUI_API
CFxString CFxUIString
CFxUIUuid(CFxUIString uuid)
CFxUIUuid(const CFxUIUuid &uuid)
CFxUIUuid(const QUuid &uuid)
CFxUIString toString() const
CFxUIUuidImpl * m_pImpl
Definition FxUIUuid.h:67
CFxUIUuid & operator=(const CFxUIUuid &other)
static CFxUIUuid createUuid()
bool operator==(const CFxUIUuid &other) const