| - -( dyne // software :: culture :: events :: planet :: discussion :: museum \\ freaknet )- - |
#include <profile.h>
Collaboration diagram for Profile:

Public Member Functions | |
| Profile (char *name) | |
| virtual | ~Profile () |
| bool | create_default_profile () |
| bool | load_profile (const char *section) |
| bool | write_profile (const char *section) |
| virtual bool | apply_profile ()=0 |
| int | list_profiles (char *str) |
| bool | default_profile () |
| int | read_int (const char *section, const char *option) |
| bool | write_int (const char *section, const char *option, const int value) |
| bool | read_str (const char *section, const char *option, char *store) |
| bool | write_str (const char *section, const char *option, const char *value) |
| float | read_float (const char *section, const char *option) |
| bool | write_float (const char *section, const char *option, const float value) |
Public Attributes | |
| settings * | cfg |
Protected Member Functions | |
| int | cfg_check (const char *file, int output) |
| bool | cfg_read (const char *file, const char *section, const char *option, char *value) |
| bool | cfg_write (const char *file, const char *section, const char *option, const char *value) |
| bool | cfg_erase (const char *file, const char *section, const char *option) |
| int | cfg_get_sections (const char *file, char *dest) |
| void | setup (struct settings *conf) |
Protected Attributes | |
| char | profile_path [MAX_PATH_SIZE] |
|
|
Definition at line 445 of file profile.cpp. |
|
|
Definition at line 456 of file profile.cpp. |
|
|
|
|
||||||||||||
|
Definition at line 183 of file profile.cpp. |
|
||||||||||||||||
|
Definition at line 361 of file profile.cpp. |
|
||||||||||||
|
Definition at line 412 of file profile.cpp. |
|
||||||||||||||||||||
|
Definition at line 238 of file profile.cpp. |
|
||||||||||||||||||||
|
Definition at line 268 of file profile.cpp. |
|
|
Definition at line 547 of file profile.cpp. |
|
|
Definition at line 569 of file profile.cpp. |
|
|
|
|
|
Definition at line 459 of file profile.cpp. |
|
||||||||||||
|
Definition at line 610 of file profile.cpp. |
|
||||||||||||
|
Definition at line 580 of file profile.cpp. |
|
||||||||||||||||
|
Definition at line 634 of file profile.cpp. |
|
|
|
|
||||||||||||||||
|
Definition at line 622 of file profile.cpp. |
|
||||||||||||||||
|
Definition at line 597 of file profile.cpp. |
|
|
Definition at line 509 of file profile.cpp. |
|
||||||||||||||||
|
Definition at line 642 of file profile.cpp. |
|
|
|
|
|
|
|
|
|
|
| Copyleft 2000 - 2008 dyne.org foundation and respective authors. Verbatim copying and distribution is permitted in any medium, provided this notice is preserved. Send inquiries & questions to dyne.org's hackers. |
|