CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
FxUILayouts.h
Go to the documentation of this file.
1//
2// (C) Copyright 2005-2023 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
19#include "FxUIBaseView.h"
20
21class QString;
22
23#ifndef QLAYOUT_H
25{
26public:
34 };
35};
36#endif // QLAYOUT_H
37
42{
43public:
44
47
54
66 void setContentsMargins( int left, int top, int right, int bottom );
72 void setSpacing( int iSpace );
73};
74
79{
80public:
83
90
102 void setContentsMargins( int left, int top, int right, int bottom );
103
109 void setSpacing( int iSpace );
110
111 //...
112};
113
114
118{
119public:
122
129
141 void setContentsMargins( int left, int top, int right, int bottom );
142
148 void setSpacing( int iSpace );
149
150 //...
151};
#define COMMONUI_API
void setSizeConstraint(QLayout::SizeConstraint constraint)
void setContentsMargins(int left, int top, int right, int bottom)
void setSpacing(int iSpace)
void setSpacing(int iSpace)
void setContentsMargins(int left, int top, int right, int bottom)
void setSizeConstraint(QLayout::SizeConstraint constraint)
void setSizeConstraint(QLayout::SizeConstraint constraint)
void setContentsMargins(int left, int top, int right, int bottom)
void setSpacing(int iSpace)
SizeConstraint
Definition: FxUILayouts.h:27
@ SetDefaultConstraint
Definition: FxUILayouts.h:28
@ SetMaximumSize
Definition: FxUILayouts.h:32
@ SetNoConstraint
Definition: FxUILayouts.h:29
@ SetFixedSize
Definition: FxUILayouts.h:31
@ SetMinimumSize
Definition: FxUILayouts.h:30
@ SetMinAndMaxSize
Definition: FxUILayouts.h:33