Hauptseite | Klassenhierarchie | Auflistung der Klassen | Auflistung der Dateien | Klassen-Elemente | Datei-Elemente | Zusätzliche Informationen

TManageComboboxProtocolDlg.h

gehe zur Dokumentation dieser Datei
00001 //****************************************************************************** 00002 //Datei : TManageComboboxProtocolDlg.cpp 00003 //Projekt : XCTL 00004 //Subsystem : Protokollbuch 00005 //Autor : Jens Klier <klier@informatik.hu-berlin.de> 00006 // Institut fuer Informatik, 00007 // Humboldt-Universitaet Berlin 00008 //Inhalt : Interface der Klasse TManageComboboxProtocolDlg 00009 //****************************************************************************** 00011 #ifndef _TMANAGECOMBOBOXPROTOCOLDLG_H 00012 #define _TMANAGECOMBOBOXPROTOCOLDLG_H 00013 00014 #include "protocol\TProtocol.h" 00015 00016 //--||--\\--||--//--||--\\--||--//--||--\\--||--//--||--\\--||--//--||--\\--||-- 00017 00018 class TManageComboboxProtocolDlg 00019 { 00020 public: 00021 void InitializeManageComboboxProtocolDlg( TProtocol* ); 00022 00023 // Initialisiert eine Combobox mit Werten aus einer ini-Datei/Parameterliste 00024 void InitializeCombobox( HWND , HWND &, int, int, LPCSTR ); 00025 00026 void AddComboboxItem( HWND, LPCSTR ); 00027 void AddAndSelectComboboxItem( HWND, LPCSTR ); 00028 void DeleteComboboxItem( HWND, LPCSTR ); 00029 00030 // Speichert die Werte einer Combobox in der Programm-ini-datei 00031 void SaveCombobox( HWND, int, LPCSTR ); 00032 00033 TProtocol *Protocol; 00034 00035 }; 00036 00037 #endif //ndef _TMANAGECOMBOBOXPROTOCOLDLG_H 00038 00039 // LastLine

Erzeugt am Sat Nov 13 12:48:09 2004 für XCTL32 von doxygen 1.3.7