STabControl

Basisklasse für TabControl-Fenster.

Vererbung

Basisklassen(n)   abgeleitete Klassen
  SWindow
SControl
SControlPositioned
SControlPredefined
SControlLoaded
STabControl  

Attribute

public:

Attribut Typ Beschreibung
border SRect Abstandsrahmen um das DisplayRect des TabControl.

protected:

Attribut Typ Beschreibung
images SImageList

Operationen

public:

Name Parameter Rückgabewert Beschreibung
addTab SWindow& tab,
const SString& text="",
const SString& imgFileName=""
int Fügt einen neuen Tab am Ende ein.
addTabAt SWindow& tab,
const SString& text,
int index,
const SString& imgFileName=""
int Fügt einen neuen Tab an der angegebenen Position ein.
deleteItem int index bool
getSelectedIndex int
getTabCount int
init void
onNotifySelf int notifyCode,
LPNMHDR pNotify
LRESULT

protected:

Name Parameter Rückgabewert Beschreibung
calcDisplayRect SRect
hideTab int index void
onPostCreateCtrl void
onSelChange void
onSelChanging void
onSize int type,
int clientWidth,
int clientHeight
void
showTab int index void

Detailbeschreibung STabControl

Basisklasse für TabControl-Fenster.

Funktionsbeschreibungen

addTab(SWindow& tab, const SString& text="", const SString& imgFileName="") int

Fügt einen neuen Tab am Ende ein.

addTabAt(SWindow& tab, const SString& text, int index, const SString& imgFileName="") int

Fügt einen neuen Tab an der angegebenen Position ein.

calcDisplayRect() SRect

deleteItem(int index) bool

getSelectedIndex() int

getTabCount() int

hideTab(int index) void

init() void

onNotifySelf(int notifyCode, LPNMHDR pNotify) LRESULT

onPostCreateCtrl() void

onSelChange() void

onSelChanging() void

onSize(int type, int clientWidth, int clientHeight) void

showTab(int index) void