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

TProtocolParameterDlg.h

gehe zur Dokumentation dieser Datei
00001 //****************************************************************************** 00002 //Datei : TProtocolParameterDlg.h 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 TProtocolParameterDlg 00009 //****************************************************************************** 00011 00012 #include "utils\u_utils.h" // für TModalDlg 00013 00014 //--||--\\--||--//--||--\\--||--//--||--\\--||--//--||--\\--||--//--||--\\--||-- 00015 00016 #if defined (Build_Protocol) 00017 #define _PROTOCOLCLASS __declspec(dllexport) 00018 #elif defined(Use_Protocol) 00019 #define _PROTOCOLCLASS __declspec(dllimport) 00020 #else 00021 #define _PROTOCOLCLASS 00022 #endif 00023 00024 class _PROTOCOLCLASS TProtocolParameterDlg : public TModalDlg 00025 { 00026 public: 00027 TProtocolParameterDlg( LPSTR, TProtocol*, TProtocolDlg*, TProtocolManagePrintDlg* ); 00028 00029 private: 00030 BOOL Dlg_OnInit( HWND, HWND, LPARAM ); 00031 void Dlg_OnCommand( HWND, int, HWND, UINT ); 00032 00033 BOOL bNoSortNew, bSortDate, bDebug; 00034 char szProtocolFile[_MAX_PATH], szProtocolBackupDirectory[_MAX_PATH]; 00035 00036 TProtocol *Protocol; 00037 TProtocolDlg *ProtocolDlg; 00038 TProtocolManagePrintDlg *ProtocolManagePrintDlg; 00039 }; 00040 00041 00042 // LastLine 00043

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