Lines Matching refs:Link
98 void SetLogHdl( const Link& rLink ) { aLogHdl = rLink; } in SetLogHdl()
99 const Link& GetLogHdl() const { return aLogHdl; } in GetLogHdl()
101 void SetWinInfoHdl( const Link& rLink ) { aWinInfoHdl = rLink; } in SetWinInfoHdl()
102 const Link& GetWinInfoHdl() const { return aWinInfoHdl; } in GetWinInfoHdl()
104 void SetModuleWinExistsHdl( const Link& rLink ) { aModuleWinExistsHdl = rLink; } in SetModuleWinExistsHdl()
105 const Link& GetModuleWinExistsHdl() const { return aModuleWinExistsHdl; } in GetModuleWinExistsHdl()
107 void SetCErrorHdl( const Link& rLink ) { aCErrorHdl = rLink; } in SetCErrorHdl()
108 const Link& GetCErrorHdl() const { return aCErrorHdl; } in GetCErrorHdl()
110 void SetWriteStringHdl( const Link& rLink ) { aWriteStringHdl = rLink; } in SetWriteStringHdl()
111 const Link& GetWriteStringHdl() const { return aWriteStringHdl; } in GetWriteStringHdl()
119 Link aLogHdl; // Zum Logen der Fehlermeldungen im Testtool
120 Link aWinInfoHdl; // Anzeigen der Windows/Controls der zu testenden App
121 Link aModuleWinExistsHdl; // Pr�ft ob das Modul schon im Editor geladen ist
122 Link aCErrorHdl; // Melden von Compilererror
123 Link aWriteStringHdl; // Schreiben von text (e.g. MakroRecorder)