#include <user_info.h>
Public Member Functions | |
SettingResolver (const Setting &potential_link) | |
If potential_link contains a link to some other setting, it is resolved here. Anyway, the Setting reference result is prepared for use. | |
~SettingResolver () | |
An opened UIFile file is closed here if necessary. | |
Public Attributes | |
const Setting & | result |
Reference to a resolved link or to the original Setting in the case it does not contain a link. |
TODO - napsat co dela, a hlavne proc je to takhle implementovany.. otevreny soubor!
ABSOLUTE PATH..
Firstly, save some user-infos into the new UIFile instance. Then, call the save method with a filename as its only argument:
CAudi audi; UIFile file; UI::save( audi, file, "TT"); file.save("cars.cfg");