#include "hk_definitions.h"
#include "hk_dsdatavisible.h"
#include <list>
#include <vector>
#include <map>
#include <iostream>
#include <fstream>
#include <time.h>
#include "hk_presentation.h"
Go to the source code of this file.
Functions | |
class class class class typedef hk_string | section_replacefunctiontype (hk_reportsection *, const hk_string &) |
|
You can define your own functions for sections. See hk_reportsection::set_replacefunction for details. the function will be called after replacing the built-in variables and will give the "this"-Pointer and the text that would be printed as parameters. Your function has to return a hk_string that will be printed instead. |