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

TProtocolTopographyManagePrintDlg.h

gehe zur Dokumentation dieser Datei
00001 //****************************************************************************** 00002 //Datei : TProtocolTopographyManagePrintDlg.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 TProtocolTopographyManagePrintDlg 00009 //****************************************************************************** 00011 00012 class TProtocolTopographyManagePrintDlg : public TProtocolManagePrintDlg, 00013 public TModelessDlg 00014 { 00015 public: 00016 #include "protocol\TProtocolTopographyParameter.h" 00017 00018 TProtocolTopographyManagePrintDlg(LPSTR, TProtocolTopographyDlg*, int, int, TModelessDlg**); 00019 00020 private: 00021 BOOL Dlg_OnInit( HWND, HWND, LPARAM ); 00022 void Dlg_OnCommand( HWND, int, HWND, UINT ); 00023 void Dlg_OnNotify( HWND, int, UINT, UINT ); 00024 00025 int GetPages( int ); 00026 int GetColumn( void ); 00027 00028 LPSTR GetSelLfdNr( LPSTR, int ); 00029 BOOL PrintSkizze( int ); 00030 BOOL PrintLine( int ); 00031 void GetParameterName( int&, LPSTR ); 00032 BOOL GetParameter( int&, LPSTR, LPCSTR ); 00033 00034 LPSTR GetDlgItemText_LfdNr( HWND, LPSTR ); 00035 void GetDlgItemText_SearchParameter( HWND, TSearchParameter ); 00036 BOOL SearchProtocolString( LPCSTR, const TSearchDate, const TSearchParameter ); 00037 void MakeListString( int ); 00038 00039 HWND hLieferantList; 00040 }; 00041 00042 // LastLine

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