#include <import_controller.h>
Public Methods |
|
| import_controller () | |
| Constructor. |
|
| ~import_controller () | |
| Destructor. |
|
| void | import_installation_plkrdata_files (long options) |
| Imports the plkrdata files from a new/updated installation. |
|
| void | import_plkrdata_files_from_directory (const wxString &import_path, long options) |
| Imports plkrdata files from a specified directory. |
|
| void | import_sections_from_plkrdata_file (const wxString &plkrdata_fullname, long options) |
| Imports sections from a .plkrdata file. |
|
Static Public Methods |
|
| import_controller * | get () |
| Gets the global object or creates one if none exists. |
|
| import_controller * | set (import_controller *desired_import_controller) |
| Sets the global object and returns a pointer to previous one (may be NULL). |
|
|
|
Imports the plkrdata files from a new/updated installation. These plkrdat files are located in the plucker_desktop/resource/plkrdata_installation directory. They include things like preconfigured channels and settings.
|
|
||||||||||||
|
Imports plkrdata files from a specified directory.
|
|
||||||||||||
|
Imports sections from a .plkrdata file.
|
|
|
Sets the global object and returns a pointer to previous one (may be NULL).
|