#include <processed_tip_provider.h>
Public Methods |
|
| processed_tip_provider (const wxString &filename, size_t current_tip) | |
| Constructor. |
|
| ~processed_tip_provider () | |
| Destructor. |
|
| virtual wxString | GetTip () |
| Gets the tip. |
|
| wxString | PreprocessTip (const wxString &tip) |
| wxString | PostprocessTip (const wxString &tip) |
Specifically, it replaces some strings with the application name, and will remove some tips that aren't used in a custom deployment.
|
||||||||||||
|
Constructor.
|
|
|
Allows the derived class to to modify the tip as after, and just before the final showing. Good since we want to keep most of the translation the same, except for our replaced part. |
|
|
Allows the derived class to override the wxTipProvider function to to modify the tip as soon as it is read. If return wxEmptyString, then the tip is skipped, and the next one is read. |