CFx SDK Documentation
2020SP3
SDK
CFx
commonui_inc
UI
FxUITabWidget.h
Go to the documentation of this file.
1
//
2
// (C) Copyright 2005-2020 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
20
class
QString;
21
25
class
COMMONUI_API
CFxUITabWidget
:
public
CFxUIBaseView
26
{
27
public
:
29
CFxUITabWidget
();
30
32
virtual
~CFxUITabWidget
();
33
41
void
addTab
(
CFxUIBaseView
* view,
const
QString&
name
);
42
50
int
indexOf
(
CFxUIBaseView
* view )
const
;
51
59
void
setTabText
(
int
index
,
const
CFxUIString
& text );
60
68
int
currentIndex
()
const
;
69
75
void
setCurrentIndex
(
int
index
);
76
82
void
setCurrentWidget
(
CFxUIBaseView
*widget );
83
87
CFxUISignal
<
void
(
int
)>&
currentChanged
();
88
92
CFxUISignal
<
void
(
int
)>&
tabCloseRequested
();
93
97
CFxUISignal
<
void
(
int
)>&
tabBarClicked
();
98
102
CFxUISignal
<
void
(
int
)>&
tabBarDoubleClicked
();
103
104
//...
105
};
CFxUITabWidget::setTabText
void setTabText(int index, const CFxUIString &text)
FxUIBaseView.h
name
GLuint const GLchar * name
Definition:
gles2_ext.h:265
CFxUIBaseView
Definition:
FxUIBaseView.h:30
CFxUITabWidget::tabBarClicked
CFxUISignal< void(int)> & tabBarClicked()
CFxUITabWidget::setCurrentIndex
void setCurrentIndex(int index)
CFxUISignal
Definition:
FxUISignal.h:74
CFxUITabWidget::CFxUITabWidget
CFxUITabWidget()
index
GLuint index
Definition:
gles2_ext.h:265
CFxUITabWidget::tabCloseRequested
CFxUISignal< void(int)> & tabCloseRequested()
CFxUITabWidget::currentIndex
int currentIndex() const
CFxUITabWidget::~CFxUITabWidget
virtual ~CFxUITabWidget()
CFxUITabWidget::setCurrentWidget
void setCurrentWidget(CFxUIBaseView *widget)
CFxUITabWidget::indexOf
int indexOf(CFxUIBaseView *view) const
CFxUIString
QString CFxUIString
Definition:
FxUIObject.h:46
COMMONUI_API
#define COMMONUI_API
Definition:
FxCommonFramework.h:4
CFxUITabWidget::addTab
void addTab(CFxUIBaseView *view, const QString &name)
CFxUITabWidget::tabBarDoubleClicked
CFxUISignal< void(int)> & tabBarDoubleClicked()
CFxUITabWidget::currentChanged
CFxUISignal< void(int)> & currentChanged()
CFxUITabWidget
Definition:
FxUITabWidget.h:26
void
typedef void(APIENTRYP PFNGLACTIVETEXTUREPROC)(GLenum texture)
Generated on Mon Oct 12 2020 11:49:33