CFx SDK Documentation
2026 SP0
Loading...
Searching...
No Matches
SDK
CFx
commonui_inc
UI
FxUITabWidget.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
#pragma once
17
18
#include "
FxUIBaseView.h
"
19
23
class
COMMONUI_API
CFxUITabWidget
:
public
CFxUIBaseView
24
{
25
public
:
27
CFxUITabWidget
();
28
30
virtual
~CFxUITabWidget
();
31
39
void
addTab
(
CFxUIBaseView
* view,
const
CFxUIString
&
name
);
40
48
int
indexOf
(
CFxUIBaseView
* view )
const
;
49
57
void
setTabText
(
int
index
,
const
CFxUIString
& text );
58
66
void
setTabEnabled
(
int
index
,
bool
enabled );
67
75
int
currentIndex
()
const
;
76
82
void
setCurrentIndex
(
int
index
);
83
89
void
setCurrentWidget
(
CFxUIBaseView
*widget );
90
94
CFxUISignal
<
void
(
int
)>&
currentChanged
();
95
99
CFxUISignal
<
void
(
int
)>&
tabCloseRequested
();
100
104
CFxUISignal
<
void
(
int
)>&
tabBarClicked
();
105
109
CFxUISignal
<
void
(
int
)>&
tabBarDoubleClicked
();
110
111
//...
112
};
COMMONUI_API
#define COMMONUI_API
Definition
FxCommonFramework.h:20
FxUIBaseView.h
CFxUIString
CFxString CFxUIString
Definition
FxUIGlobalDefines.h:77
CFxUIBaseView::CFxUIBaseView
CFxUIBaseView()
CFxUISignal
Definition
FxUISignal.h:72
CFxUITabWidget::tabCloseRequested
CFxUISignal< void(int)> & tabCloseRequested()
CFxUITabWidget::tabBarClicked
CFxUISignal< void(int)> & tabBarClicked()
CFxUITabWidget::currentChanged
CFxUISignal< void(int)> & currentChanged()
CFxUITabWidget::CFxUITabWidget
CFxUITabWidget()
CFxUITabWidget::addTab
void addTab(CFxUIBaseView *view, const CFxUIString &name)
CFxUITabWidget::indexOf
int indexOf(CFxUIBaseView *view) const
CFxUITabWidget::~CFxUITabWidget
virtual ~CFxUITabWidget()
CFxUITabWidget::setTabText
void setTabText(int index, const CFxUIString &text)
CFxUITabWidget::setCurrentWidget
void setCurrentWidget(CFxUIBaseView *widget)
CFxUITabWidget::tabBarDoubleClicked
CFxUISignal< void(int)> & tabBarDoubleClicked()
CFxUITabWidget::setCurrentIndex
void setCurrentIndex(int index)
CFxUITabWidget::currentIndex
int currentIndex() const
CFxUITabWidget::setTabEnabled
void setTabEnabled(int index, bool enabled)
void
typedef void(APIENTRYP PFNGLACTIVETEXTUREPROC)(GLenum texture)
index
GLuint index
Definition
gles2_ext.h:265
name
GLuint const GLchar * name
Definition
gles2_ext.h:265
Generated on Tue Apr 15 2025 11:29:57