helpagentdispatcher.hxx (e9faf1d9) | helpagentdispatcher.hxx (7a164331) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 159 unchanged lines hidden (view full) --- 168 (see implts_ensureAgentWindow). 169 If the agent window exists, its position and size will be calculated 170 and set. 171 */ 172 void implts_positionAgentWindow(); 173 174 //--------------------------------------- 175 /** @short starts the timer for showing the agent window. | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 159 unchanged lines hidden (view full) --- 168 (see implts_ensureAgentWindow). 169 If the agent window exists, its position and size will be calculated 170 and set. 171 */ 172 void implts_positionAgentWindow(); 173 174 //--------------------------------------- 175 /** @short starts the timer for showing the agent window. |
176 @descr The timer wont be started twice ... this method checks the current running state .-) | 176 @descr The timer won't be started twice ... this method checks the current running state .-) |
177 */ 178 void implts_startTimer(); 179 180 //--------------------------------------- 181 /** @short stop the timer. | 177 */ 178 void implts_startTimer(); 179 180 //--------------------------------------- 181 /** @short stop the timer. |
182 @descr The timer wont be stopped twice ... this method checks the current running state .-) | 182 @descr The timer won't be stopped twice ... this method checks the current running state .-) |
183 Further this method marks the current help URL (m_xCurrentURL) as "ignorable". 184 Cause the user ignored it ! 185 */ 186 void implts_stopTimer(); 187 188 //--------------------------------------- 189 /** @short callback of our internal timer. 190 */ 191 DECL_LINK(implts_timerExpired, void*); 192}; 193 194#undef css 195 196//........................................................................ 197} // namespace framework 198//........................................................................ 199 200#endif // _FRAMEWORK_DISPATCH_HELPAGENTDISPATCHER_HXX_ 201 | 183 Further this method marks the current help URL (m_xCurrentURL) as "ignorable". 184 Cause the user ignored it ! 185 */ 186 void implts_stopTimer(); 187 188 //--------------------------------------- 189 /** @short callback of our internal timer. 190 */ 191 DECL_LINK(implts_timerExpired, void*); 192}; 193 194#undef css 195 196//........................................................................ 197} // namespace framework 198//........................................................................ 199 200#endif // _FRAMEWORK_DISPATCH_HELPAGENTDISPATCHER_HXX_ 201 |