#include <window_placement_helper.h>

Public Member Functions | |
| bool | on_window_creation (HWND window) |
| void | on_window_destruction (HWND window) |
| bool | read_from_window (HWND window) |
| void | get_data_raw (stream_writer *p_stream, abort_callback &p_abort) |
| void | set_data_raw (stream_reader *p_stream, t_size p_sizehint, abort_callback &p_abort) |
| cfg_window_placement (const GUID &p_guid) | |
| cfg_window_placement::cfg_window_placement | ( | const GUID & | p_guid | ) |
| bool cfg_window_placement::on_window_creation | ( | HWND | window | ) |
| void cfg_window_placement::on_window_destruction | ( | HWND | window | ) |
| bool cfg_window_placement::read_from_window | ( | HWND | window | ) |
| void cfg_window_placement::get_data_raw | ( | stream_writer * | p_stream, | |
| abort_callback & | p_abort | |||
| ) | [virtual] |
Retrieves state of the variable. Called only from main thread, when writing configuration file.
| p_stream | Stream receiving state of the variable. |
Implements cfg_var.
| void cfg_window_placement::set_data_raw | ( | stream_reader * | p_stream, | |
| t_size | p_sizehint, | |||
| abort_callback & | p_abort | |||
| ) | [virtual] |
Sets state of the variable. Called only from main thread, when reading configuration file.
| p_stream | Stream containing new state of the variable. | |
| p_sizehint | Number of bytes contained in the stream; reading past p_sizehint bytes will fail (EOF). |
Implements cfg_var.
1.5.5