CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
FxUILayouts.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
19#include "FxUIBaseView.h"
20
21#ifndef QLAYOUT_H
34#endif // QLAYOUT_H
35
40{
41public:
42
45
52
64 void setContentsMargins( int left, int top, int right, int bottom );
70 void setSpacing( int iSpace );
71};
72
77{
78public:
81
88
100 void setContentsMargins( int left, int top, int right, int bottom );
101
107 void setSpacing( int iSpace );
108
109 //...
110};
111
112
116{
117public:
120
127
139 void setContentsMargins( int left, int top, int right, int bottom );
140
146 void setSpacing( int iSpace );
147
148 //...
149};
#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)
@ SetDefaultConstraint
Definition FxUILayouts.h:26
@ SetMaximumSize
Definition FxUILayouts.h:30
@ SetNoConstraint
Definition FxUILayouts.h:27
@ SetFixedSize
Definition FxUILayouts.h:29
@ SetMinimumSize
Definition FxUILayouts.h:28
@ SetMinAndMaxSize
Definition FxUILayouts.h:31