Home
last modified time | relevance | path

Searched refs:PersistLocation (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dpersist_location.cpp28 PersistLocation::PersistLocation(wxDialog *dialog, std::string options_prefix, bool size_too) in PersistLocation() function in PersistLocation
75 dialog->Bind(wxEVT_MOVE, &PersistLocation::OnMove, this); in PersistLocation()
77 dialog->Bind(wxEVT_SIZE, &PersistLocation::OnSize, this); in PersistLocation()
82 void PersistLocation::OnMove(wxMoveEvent &e) { in OnMove()
89 void PersistLocation::OnSize(wxSizeEvent &e) { in OnSize()
H A Dpersist_location.h35 class PersistLocation {
51 PersistLocation(wxDialog *dialog, std::string options_prefix, bool size_too = false);
H A Ddialog_detached_video.h42 class PersistLocation; variable
51 std::unique_ptr<PersistLocation> persist;
H A Ddialog_translation.h27 class PersistLocation; variable
58 std::unique_ptr<PersistLocation> persist;
H A Ddialog_styling_assistant.h23 class PersistLocation; variable
57 std::unique_ptr<PersistLocation> persist;
H A Ddialog_style_editor.h36 class PersistLocation; variable
52 std::unique_ptr<PersistLocation> persist;
H A Ddialog_detached_video.cpp85 persist = agi::make_unique<PersistLocation>(this, "Video/Detached"); in DialogDetachedVideo()
H A Ddialog_styling_assistant.cpp138 persist = agi::make_unique<PersistLocation>(this, "Tool/Styling Assistant"); in DialogStyling()
H A Ddialog_translation.cpp155 persist = agi::make_unique<PersistLocation>(this, "Tool/Translation Assistant"); in DialogTranslation()
H A Ddialog_style_manager.cpp81 std::unique_ptr<PersistLocation> persist;
330 persist = agi::make_unique<PersistLocation>(this, "Tool/Style Manager");
H A Ddialog_colorpicker.cpp426 std::unique_ptr<PersistLocation> persist;
657 persist = agi::make_unique<PersistLocation>(this, "Tool/Colour Picker"); in DialogColorPicker()
H A Ddialog_style_editor.cpp373 persist = agi::make_unique<PersistLocation>(this, "Tool/Style Editor", true); in DialogStyleEditor()