SYMBOL INDEX (355 symbols across 139 files) FILE: scripts/publish.py function remove_file (line 78) | def remove_file(file): FILE: src/Magpie.Core/AdaptivePresenter.cpp type Magpie (line 8) | namespace Magpie { FILE: src/Magpie.Core/AdaptivePresenter.h function namespace (line 5) | namespace Magpie { FILE: src/Magpie.Core/BackendDescriptorStore.h function namespace (line 4) | namespace Magpie { FILE: src/Magpie.Core/CompSwapchainPresenter.h function namespace (line 6) | namespace Magpie { FILE: src/Magpie.Core/CursorDrawer.cpp type Magpie (line 19) | namespace Magpie { type VertexPositionTexture (line 21) | struct VertexPositionTexture { method VertexPositionTexture (line 22) | VertexPositionTexture() = default; method VertexPositionTexture (line 24) | VertexPositionTexture(const VertexPositionTexture&) = default; method VertexPositionTexture (line 25) | VertexPositionTexture& operator=(const VertexPositionTexture&) = def... method VertexPositionTexture (line 27) | VertexPositionTexture(VertexPositionTexture&&) = default; method VertexPositionTexture (line 28) | VertexPositionTexture& operator=(VertexPositionTexture&&) = default; method VertexPositionTexture (line 30) | VertexPositionTexture(XMFLOAT2 const& iposition, XMFLOAT2 const& ite... method VertexPositionTexture (line 34) | VertexPositionTexture(FXMVECTOR iposition, FXMVECTOR itextureCoordin... FILE: src/Magpie.Core/DesktopDuplicationFrameSource.cpp type Magpie (line 10) | namespace Magpie { function FindMonitor (line 12) | static winrt::com_ptr FindMonitor(IDXGIAdapter1* adapter... function FrameSourceState (line 123) | FrameSourceState DesktopDuplicationFrameSource::_Update() noexcept { FILE: src/Magpie/AboutPage.cpp type winrt::Magpie::implementation (line 13) | namespace winrt::Magpie::implementation { FILE: src/Magpie/AboutPage.h function namespace (line 5) | namespace winrt::Magpie::implementation { FILE: src/Magpie/AboutViewModel.cpp type winrt::Magpie::implementation (line 16) | namespace winrt::Magpie::implementation { function hstring (line 56) | hstring AboutViewModel::Version() const noexcept { function fire_and_forget (line 90) | fire_and_forget AboutViewModel::CheckForUpdates() { function hstring (line 203) | hstring AboutViewModel::UpdateCardTitle() const noexcept { function Uri (line 236) | Uri AboutViewModel::UpdateReleaseNotesLink() const noexcept { function fire_and_forget (line 245) | fire_and_forget AboutViewModel::DownloadAndInstall() { FILE: src/Magpie/AboutViewModel.h function namespace (line 5) | namespace winrt::Magpie::implementation { FILE: src/Magpie/AdaptersService.cpp type Magpie (line 12) | namespace Magpie { FILE: src/Magpie/AdaptersService.h function namespace (line 5) | namespace Magpie { FILE: src/Magpie/App.cpp type winrt::Magpie::implementation (line 48) | namespace winrt::Magpie::implementation { function InitMessages (line 53) | static void InitMessages() noexcept { function IncreaseTimerResolution (line 66) | static void IncreaseTimerResolution() noexcept { function FixThreadPoolCrash (line 85) | static void FixThreadPoolCrash() noexcept { function App (line 91) | App& App::Get() { class MainWindow (line 123) | class MainWindow function INumberFormatter2 (line 269) | INumberFormatter2 App::DoubleFormatter() { function IsColorLight (line 369) | static bool IsColorLight(const winrt::Windows::UI::Color& clr) noexcept { FILE: src/Magpie/App.h function namespace (line 8) | namespace Magpie { type RootPage (line 14) | struct RootPage function DispatcherQueue (line 28) | const DispatcherQueue& Dispatcher() const noexcept { FILE: src/Magpie/AppSettings.cpp type Magpie (line 24) | namespace Magpie { function EncodeShortcut (line 35) | static uint32_t EncodeShortcut(const Shortcut& shortcut) noexcept { function DecodeShortcut (line 52) | static void DecodeShortcut(uint32_t value, Shortcut& shortcut) noexcept { function WriteProfile (line 64) | static void WriteProfile(rapidjson::PrettyWriter CreateTaskService() noexcept { function CreateAutoStartTask (line 52) | static bool CreateAutoStartTask(bool runElevated) noexcept { function DeleteAutoStartTask (line 280) | static bool DeleteAutoStartTask() noexcept { function IsAutoStartTaskActive (line 318) | static bool IsAutoStartTaskActive() noexcept { function GetShortcutPath (line 352) | static std::wstring GetShortcutPath() noexcept { function CreateAutoStartShortcut (line 364) | static bool CreateAutoStartShortcut() noexcept { function DeleteAutoStartShortcut (line 389) | static bool DeleteAutoStartShortcut() noexcept { function IsAutoStartShortcutExist (line 403) | static bool IsAutoStartShortcutExist() noexcept { FILE: src/Magpie/AutoStartHelper.h function namespace (line 3) | namespace Magpie { FILE: src/Magpie/BlueInfoBarStyle.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/BoolNegationConverter.cpp type winrt::Magpie::implementation (line 10) | namespace winrt::Magpie::implementation { function IInspectable (line 12) | IInspectable BoolNegationConverter::Convert(IInspectable const& value,... function IInspectable (line 16) | IInspectable BoolNegationConverter::ConvertBack(IInspectable const& va... FILE: src/Magpie/BoolNegationConverter.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/BoolToNegativeVisibilityConverter.cpp type winrt::Magpie::implementation (line 10) | namespace winrt::Magpie::implementation { function IInspectable (line 12) | IInspectable BoolToNegativeVisibilityConverter::Convert(IInspectable c... function IInspectable (line 16) | IInspectable BoolToNegativeVisibilityConverter::ConvertBack(IInspectab... FILE: src/Magpie/BoolToNegativeVisibilityConverter.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/CandidateWindowItem.cpp type winrt::Magpie::implementation (line 21) | namespace winrt::Magpie::implementation { function GetProcessDesc (line 23) | static std::wstring GetProcessDesc(HWND hWnd) { function IconElement (line 79) | IconElement CandidateWindowItem::Icon() const noexcept { function fire_and_forget (line 97) | fire_and_forget CandidateWindowItem::_ResolveWindow(bool resolveIcon, ... FILE: src/Magpie/CandidateWindowItem.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/CaptionButtonsControl.cpp type winrt::Magpie::implementation (line 9) | namespace winrt::Magpie::implementation { function Size (line 11) | Size CaptionButtonsControl::CaptionButtonSize() const { FILE: src/Magpie/CaptionButtonsControl.h type class (line 6) | enum class type CaptionButtonsControl (line 12) | struct CaptionButtonsControl FILE: src/Magpie/ContentDialogHelper.cpp type Magpie (line 7) | namespace Magpie { FILE: src/Magpie/ContentDialogHelper.h function namespace (line 3) | namespace Magpie { FILE: src/Magpie/ControlHelper.cpp type Magpie (line 10) | namespace Magpie { FILE: src/Magpie/ControlHelper.h function namespace (line 4) | namespace Magpie { FILE: src/Magpie/ControlSizeTrigger.cpp type winrt::Magpie::implementation (line 9) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ControlSizeTrigger.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/EffectHelper.h function namespace (line 3) | namespace Magpie { FILE: src/Magpie/EffectParametersViewModel.cpp type winrt::Magpie::implementation (line 22) | namespace winrt::Magpie::implementation { function fire_and_forget (line 26) | static fire_and_forget LazySaveAppSettings() { function hstring (line 167) | hstring ScalingModeFloatParameter::ValueText() const noexcept { FILE: src/Magpie/EffectParametersViewModel.h function namespace (line 7) | namespace Magpie { function namespace (line 11) | namespace winrt::Magpie::implementation { function Value (line 26) | void Value(bool value) { type ScalingModeFloatParameter (line 41) | struct ScalingModeFloatParameter function Value (line 55) | void Value(double value) { function hstring (line 61) | hstring ValueText() const noexcept; function EffectParametersViewModel (line 88) | struct EffectParametersViewModel : EffectParametersViewModelT& result, std::wstrin... function fire_and_forget (line 50) | fire_and_forget EffectsService::Initialize() { function EffectInfo (line 113) | const EffectInfo* EffectsService::GetEffect(std::wstring_view name) no... FILE: src/Magpie/EffectsService.h function namespace (line 4) | namespace Magpie { FILE: src/Magpie/FileDialogHelper.cpp type Magpie (line 11) | namespace Magpie { FILE: src/Magpie/FileDialogHelper.h function namespace (line 4) | namespace Magpie { FILE: src/Magpie/HomePage.cpp type winrt::Magpie::implementation (line 11) | namespace winrt::Magpie::implementation { FILE: src/Magpie/HomePage.h function namespace (line 5) | namespace winrt::Magpie::implementation { FILE: src/Magpie/HomeViewModel.cpp type winrt::Magpie::implementation (line 21) | namespace winrt::Magpie::implementation { function hstring (line 45) | hstring HomeViewModel::TimerDescription() const noexcept { function hstring (line 64) | hstring HomeViewModel::TimerLabelText() const noexcept { function hstring (line 73) | hstring HomeViewModel::TimerButtonText(bool windowedMode) const noexce... function hstring (line 102) | hstring HomeViewModel::DelayText() const noexcept { function hstring (line 116) | hstring HomeViewModel::UpdateCardTitle() const noexcept { function hstring (line 153) | hstring HomeViewModel::InitialToolbarStateDescription() const noexcept { function hstring (line 220) | hstring HomeViewModel::ScreenshotSaveDirectory() const noexcept { function fire_and_forget (line 231) | fire_and_forget HomeViewModel::ChangeScreenshotSaveDirectory() noexcept { function fire_and_forget (line 288) | fire_and_forget HomeViewModel::IsTouchSupportEnabled(bool value) { function Uri (line 309) | Uri HomeViewModel::TouchSupportLearnMoreUrl() const noexcept { function fire_and_forget (line 427) | static fire_and_forget LocateTempLogs(const wchar_t* logName) noexcept { FILE: src/Magpie/HomeViewModel.h type HomeViewModel (line 7) | struct HomeViewModel function hstring (line 10) | hstring TimerDescription() const noexcept; FILE: src/Magpie/IconHelper.cpp type Magpie (line 14) | namespace Magpie { function CopyPixelsOfHBmp (line 16) | static bool CopyPixelsOfHBmp(HBITMAP hBmp, LONG width, LONG height, vo... function SoftwareBitmap (line 38) | static SoftwareBitmap HIcon2SoftwareBitmap(HICON hIcon) { function SIZE (line 115) | static SIZE GetSizeOfIcon(HICON hIcon) noexcept { function HICON (line 134) | static HICON GetHIconOfWnd(HWND hWnd, LONG preferredSize) noexcept { function SoftwareBitmap (line 184) | SoftwareBitmap IconHelper::ExtractIconFormWnd(HWND hWnd, uint32_t pref... function SoftwareBitmap (line 192) | SoftwareBitmap IconHelper::ExtractIconFromExe(const wchar_t* fileName,... function SoftwareBitmap (line 263) | SoftwareBitmap IconHelper::ExtractAppSmallIcon() { function SoftwareBitmap (line 269) | SoftwareBitmap IconHelper::ExtractAppIcon(uint32_t preferredSize) { FILE: src/Magpie/IconHelper.h function namespace (line 3) | namespace Magpie { FILE: src/Magpie/IsEqualStateTrigger.cpp type winrt::Magpie::implementation (line 7) | namespace winrt::Magpie::implementation { function AreValuesEqual (line 32) | static bool AreValuesEqual(IInspectable const& value1, IInspectable co... FILE: src/Magpie/IsEqualStateTrigger.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/IsNullStateTrigger.cpp type winrt::Magpie::implementation (line 7) | namespace winrt::Magpie::implementation { FILE: src/Magpie/IsNullStateTrigger.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/JsonHelper.cpp type Magpie (line 5) | namespace Magpie { FILE: src/Magpie/JsonHelper.h function namespace (line 4) | namespace Magpie { FILE: src/Magpie/KeyVisual.cpp type winrt::Magpie::implementation (line 18) | namespace winrt::Magpie::implementation { function Style (line 134) | Style KeyVisual::_GetStyleSize(std::wstring_view styleName) const { FILE: src/Magpie/KeyVisual.h function namespace (line 5) | namespace winrt::Magpie::implementation { FILE: src/Magpie/KeyVisualState.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/LocalizationService.cpp type Magpie (line 9) | namespace Magpie { FILE: src/Magpie/LocalizationService.h function namespace (line 3) | namespace Magpie { FILE: src/Magpie/MainWindow.cpp type Magpie (line 16) | namespace Magpie { function LRESULT (line 162) | LRESULT MainWindow::_MessageHandler(UINT msg, WPARAM wParam, LPARAM lP... function LRESULT (line 457) | LRESULT MainWindow::_TitleBarWndProc(HWND hWnd, UINT msg, WPARAM wPara... function LRESULT (line 470) | LRESULT MainWindow::_TitleBarMessageHandler(UINT msg, WPARAM wParam, L... FILE: src/Magpie/MainWindow.h function namespace (line 5) | namespace Magpie { FILE: src/Magpie/NewProfileViewModel.cpp type winrt::Magpie::implementation (line 16) | namespace winrt::Magpie::implementation { function IsCandidateWindow (line 18) | static bool IsCandidateWindow(HWND hWnd) noexcept { function GetDesktopWindows (line 76) | static SmallVector GetDesktopWindows() noexcept { function SortCandidateWindows (line 95) | static void SortCandidateWindows(It begin, It end) { FILE: src/Magpie/NewProfileViewModel.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/NotifyIconService.cpp type Magpie (line 13) | namespace Magpie { function LRESULT (line 99) | LRESULT NotifyIconService::_NotifyIconWndProc(HWND hWnd, UINT message,... FILE: src/Magpie/NotifyIconService.h function namespace (line 4) | namespace Magpie { FILE: src/Magpie/PageFrame.cpp type winrt::Magpie::implementation (line 15) | namespace winrt::Magpie::implementation { type ScrollViewer (line 103) | struct ScrollViewer FILE: src/Magpie/PageFrame.h type PageFrame (line 6) | struct PageFrame function FrameworkElement (line 35) | FrameworkElement _headerAction{ nullptr }; FILE: src/Magpie/Profile.h type class (line 6) | enum class function CursorScaling (line 17) | enum class CursorScaling { FILE: src/Magpie/ProfilePage.cpp type winrt::Magpie::implementation (line 15) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ProfilePage.h function namespace (line 5) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ProfileService.cpp type Magpie (line 11) | namespace Magpie { function MatchWPFClassName (line 16) | static bool MatchWPFClassName(std::wstring_view& className) noexcept { function MatchRPGMakerMZClassName (line 50) | static bool MatchRPGMakerMZClassName(std::wstring_view& className) noe... function MatchTeknoParrotClassName (line 70) | static bool MatchTeknoParrotClassName(std::wstring_view& className) no... function ParseClassName (line 87) | static std::wstring_view ParseClassName(std::wstring_view className) n... function TestNewProfileImpl (line 101) | static bool TestNewProfileImpl( function AnyAutoScaleProfile (line 191) | static bool AnyAutoScaleProfile(const std::vector& profiles) ... function Profile (line 200) | const Profile* ProfileService::GetProfileForWindow(HWND hWnd, bool for... function Profile (line 254) | Profile& ProfileService::DefaultProfile() noexcept { function Profile (line 258) | Profile& ProfileService::GetProfile(uint32_t idx) noexcept { FILE: src/Magpie/ProfileService.h function namespace (line 4) | namespace Magpie { FILE: src/Magpie/ProfileViewModel.cpp type winrt::Magpie::implementation (line 29) | namespace winrt::Magpie::implementation { function fire_and_forget (line 69) | fire_and_forget ProfileViewModel::OpenProgramLocation() const noexcept { function ExtractFolder (line 94) | static std::wstring ExtractFolder(const std::wstring& path) noexcept { function GetStartFolderForSettingLauncher (line 109) | static std::wstring GetStartFolderForSettingLauncher(const Profile& pr... function fire_and_forget (line 124) | fire_and_forget ProfileViewModel::ChangeExeForLaunching() noexcept { function hstring (line 179) | hstring ProfileViewModel::Name() const noexcept { function LaunchPackagedApp (line 188) | static void LaunchPackagedApp(const Profile& profile) noexcept { function LaunchWin32App (line 214) | static void LaunchWin32App(const Profile& profile) noexcept { type CaptureMethod (line 363) | enum CaptureMethod type CaptureMethod (line 363) | enum CaptureMethod type AutoScale (line 389) | enum AutoScale type AutoScale (line 389) | enum AutoScale function hstring (line 780) | hstring ProfileViewModel::AutoHideCursorDelayText() const noexcept { function hstring (line 784) | hstring ProfileViewModel::LaunchParameters() const noexcept { function fire_and_forget (line 832) | fire_and_forget ProfileViewModel::_LoadIcon() { FILE: src/Magpie/ProfileViewModel.h function namespace (line 5) | namespace Magpie { function namespace (line 9) | namespace winrt::Magpie::implementation { FILE: src/Magpie/RootPage.cpp type winrt::Magpie::implementation (line 32) | namespace winrt::Magpie::implementation { function SkipToggleSwitchAnimations (line 91) | static void SkipToggleSwitchAnimations(const DependencyObject& elem) { function TitleBarControl (line 343) | TitleBarControl& RootPage::TitleBar() { function Color (line 347) | static Color Win32ColorToWinRTColor(COLORREF color) { function fire_and_forget (line 376) | fire_and_forget RootPage::_LoadIcon(MUXC::NavigationViewItem const& it... FILE: src/Magpie/RootPage.h function namespace (line 6) | namespace Magpie { function namespace (line 10) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ScalingMode.cpp type Magpie (line 5) | namespace Magpie { FILE: src/Magpie/ScalingMode.h function namespace (line 4) | namespace Magpie { type ScalingMode (line 20) | struct ScalingMode { FILE: src/Magpie/ScalingModeEffectItem.cpp type winrt::Magpie::implementation (line 22) | namespace winrt::Magpie::implementation { function SIZE (line 119) | static SIZE GetMonitorSize() noexcept { function EffectItem (line 355) | EffectItem& ScalingModeEffectItem::_Data() noexcept { function EffectItem (line 359) | const EffectItem& ScalingModeEffectItem::_Data() const noexcept { FILE: src/Magpie/ScalingModeEffectItem.h function namespace (line 7) | namespace Magpie { function namespace (line 11) | namespace winrt::Magpie::implementation { type ScalingModeEffectItem (line 25) | struct ScalingModeEffectItem function IsShowScaleFactors (line 54) | bool IsShowScaleFactors() const noexcept; FILE: src/Magpie/ScalingModeItem.cpp type winrt::Magpie::implementation (line 20) | namespace winrt::Magpie::implementation { function ScalingModeEffectItem (line 22) | static ScalingModeEffectItem& GetEffectItemImpl(const IInspectable& it... function hstring (line 239) | hstring ScalingModeItem::Name() const noexcept { function hstring (line 256) | hstring ScalingModeItem::Description() const noexcept { function ScalingMode (line 409) | ScalingMode& ScalingModeItem::_Data() noexcept { function ScalingMode (line 413) | const ScalingMode& ScalingModeItem::_Data() const noexcept { FILE: src/Magpie/ScalingModeItem.h function namespace (line 6) | namespace Magpie { function namespace (line 10) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ScalingModesPage.cpp type winrt::Magpie::implementation (line 15) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ScalingModesPage.h function ScalingModesPage (line 8) | struct ScalingModesPage : ScalingModesPageT { FILE: src/Magpie/ScalingModesService.cpp type Magpie (line 13) | namespace Magpie { function ScalingMode (line 15) | ScalingMode& ScalingModesService::GetScalingMode(uint32_t idx) { function UpdateProfileAfterRemove (line 38) | static void UpdateProfileAfterRemove(Profile& profile, int removedIdx) { function UpdateProfileAfterMove (line 60) | static void UpdateProfileAfterMove(Profile& profile, int idx, int targ... function WriteScalingMode (line 92) | static void WriteScalingMode(rapidjson::PrettyWriter OpenFileDialogForJson( function fire_and_forget (line 44) | fire_and_forget ScalingModesViewModel::Export() noexcept { function fire_and_forget (line 87) | fire_and_forget ScalingModesViewModel::Import() { function fire_and_forget (line 170) | fire_and_forget ScalingModesViewModel::_AddScalingModes(bool isInitial... FILE: src/Magpie/ScalingModesViewModel.h function namespace (line 6) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ScalingService.cpp type Magpie (line 22) | namespace Magpie { function ScalingService (line 24) | ScalingService& ScalingService::Get() noexcept { function ShowError (line 146) | static void ShowError(HWND hWnd, ScalingError error) noexcept { function IsPopupWindow (line 205) | static bool IsPopupWindow(HWND hwndPopup, HWND hwndOwner) noexcept { function IsReadyForScaling (line 238) | static bool IsReadyForScaling(HWND hwndFore) noexcept { function ScalingError (line 314) | ScalingError ScalingService::_StartScaleImpl(HWND hWnd, const Profile&... FILE: src/Magpie/ScalingService.h function namespace (line 5) | namespace Magpie { function namespace (line 9) | namespace Magpie { FILE: src/Magpie/SettingsCard.cpp type winrt::Magpie::implementation (line 18) | namespace winrt::Magpie::implementation { function IsNotEmpty (line 205) | static bool IsNotEmpty(IInspectable const& value) noexcept { FILE: src/Magpie/SettingsCard.h function SettingsCard (line 7) | struct SettingsCard : SettingsCardT { FILE: src/Magpie/SettingsExpander.cpp type winrt::Magpie::implementation (line 16) | namespace winrt::Magpie::implementation { FILE: src/Magpie/SettingsExpander.h function SettingsExpander (line 8) | struct SettingsExpander : SettingsExpanderT { FILE: src/Magpie/SettingsExpanderCornerRadiusConverter.cpp type winrt::Magpie::implementation (line 10) | namespace winrt::Magpie::implementation { function IInspectable (line 12) | IInspectable SettingsExpanderCornerRadiusConverter::Convert(IInspectab... function IInspectable (line 23) | IInspectable SettingsExpanderCornerRadiusConverter::ConvertBack(IInspe... FILE: src/Magpie/SettingsExpanderCornerRadiusConverter.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/SettingsGroup.cpp type winrt::Magpie::implementation (line 14) | namespace winrt::Magpie::implementation { FILE: src/Magpie/SettingsGroup.h function namespace (line 5) | namespace winrt::Magpie::implementation { FILE: src/Magpie/SettingsPage.cpp type winrt::Magpie::implementation (line 12) | namespace winrt::Magpie::implementation { FILE: src/Magpie/SettingsPage.h function namespace (line 5) | namespace winrt::Magpie::implementation { FILE: src/Magpie/SettingsViewModel.cpp type winrt::Magpie::implementation (line 15) | namespace winrt::Magpie::implementation { function fire_and_forget (line 120) | fire_and_forget SettingsViewModel::OpenConfigLocation() const noexcept { FILE: src/Magpie/SettingsViewModel.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/Shortcut.cpp type Magpie (line 8) | namespace Magpie { FILE: src/Magpie/Shortcut.h function namespace (line 3) | namespace Magpie { FILE: src/Magpie/ShortcutControl.cpp type winrt::Magpie::implementation (line 22) | namespace winrt::Magpie::implementation { function ToKeys (line 24) | static IVector ToKeys(const Shortcut& shortcut, bool isE... function fire_and_forget (line 53) | fire_and_forget ShortcutControl::EditButton_Click(IInspectable const&,... function LRESULT (line 134) | LRESULT ShortcutControl::_LowLevelKeyboardProc(int nCode, WPARAM wPara... FILE: src/Magpie/ShortcutControl.h function namespace (line 7) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ShortcutDialog.cpp type winrt::Magpie::implementation (line 10) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ShortcutDialog.h function namespace (line 5) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ShortcutHelper.cpp type Magpie (line 8) | namespace Magpie { function ShortcutError (line 87) | ShortcutError ShortcutHelper::CheckShortcut(Shortcut shortcut) noexcept { type winrt (line 125) | namespace winrt { function hstring (line 129) | hstring to_hstring(ShortcutAction action) { FILE: src/Magpie/ShortcutHelper.h function namespace (line 5) | namespace Magpie { FILE: src/Magpie/ShortcutService.cpp type Magpie (line 28) | namespace Magpie { function LRESULT (line 75) | LRESULT ShortcutService::_WndProc(HWND hWnd, UINT message, WPARAM wPar... function LRESULT (line 139) | LRESULT CALLBACK ShortcutService::_LowLevelKeyboardProc(int nCode, WPA... FILE: src/Magpie/ShortcutService.h function namespace (line 5) | namespace Magpie { FILE: src/Magpie/SimpleStackPanel.cpp type winrt::Magpie::implementation (line 7) | namespace winrt::Magpie::implementation { type Orientation (line 9) | enum Orientation function Size (line 42) | Size SimpleStackPanel::MeasureOverride(const Size& availableSize) const { function Size (line 121) | Size SimpleStackPanel::ArrangeOverride(Size finalSize) const { FILE: src/Magpie/SimpleStackPanel.h function namespace (line 4) | namespace winrt::Magpie::implementation { type Orientation (line 8) | enum Orientation type Orientation (line 23) | enum Orientation function Thickness (line 24) | Thickness _padding{} FILE: src/Magpie/SmoothResizeHelper.cpp type Magpie (line 16) | namespace Magpie { FILE: src/Magpie/SmoothResizeHelper.h function namespace (line 3) | namespace Magpie { FILE: src/Magpie/TextBlockHelper.cpp type winrt::Magpie::implementation (line 13) | namespace winrt::Magpie::implementation { FILE: src/Magpie/TextBlockHelper.h function namespace (line 4) | namespace winrt::Magpie::implementation { FILE: src/Magpie/TextMenuFlyout.cpp type winrt::Magpie::implementation (line 10) | namespace winrt::Magpie::implementation { function MenuFlyoutItemBase (line 217) | MenuFlyoutItemBase TextMenuFlyout::_CreateMenuItem( FILE: src/Magpie/TextMenuFlyout.h type TextMenuFlyout (line 15) | struct TextMenuFlyout function MenuFlyoutItemBase (line 40) | MenuFlyoutItemBase _undo{ nullptr }; FILE: src/Magpie/ThemeHelper.cpp type Magpie (line 6) | namespace Magpie { type PreferredAppMode (line 10) | enum class PreferredAppMode { FILE: src/Magpie/ThemeHelper.h function namespace (line 3) | namespace Magpie { FILE: src/Magpie/TitleBarControl.cpp type winrt::Magpie::implementation (line 16) | namespace winrt::Magpie::implementation { function CaptionButtonsControl (line 50) | CaptionButtonsControl& TitleBarControl::CaptionButtons() noexcept { function Point (line 54) | Point TitleBarControl::LeftBottomPoint() noexcept { FILE: src/Magpie/TitleBarControl.h type CaptionButtonsControl (line 7) | struct CaptionButtonsControl type TitleBarControl (line 9) | struct TitleBarControl FILE: src/Magpie/ToastPage.cpp type winrt::Magpie::implementation (line 21) | namespace winrt::Magpie::implementation { function TrySetOwnder (line 52) | static bool TrySetOwnder(HWND hwndToast, HWND hwndTarget) noexcept { function UpdateToastPosition (line 62) | static void UpdateToastPosition(HWND hwndToast, const RECT& frameRect,... function fire_and_forget (line 100) | fire_and_forget ToastPage::ShowMessageOnWindow(std::wstring title, std... FILE: src/Magpie/ToastPage.h function namespace (line 5) | namespace winrt::Magpie::implementation { FILE: src/Magpie/ToastService.cpp type Magpie (line 16) | namespace Magpie { function LRESULT (line 154) | LRESULT ToastService::_ToastWndProc(HWND hWnd, UINT msg, WPARAM wParam... function DispatcherQueue (line 170) | const DispatcherQueue& ToastService::_Dispatcher() const noexcept { FILE: src/Magpie/ToastService.h function namespace (line 4) | namespace Magpie { FILE: src/Magpie/TouchHelper.cpp type Magpie (line 11) | namespace Magpie { function GetCertificateDataFromPE (line 24) | static std::vector GetCertificateDataFromPE(const wchar_t* fi... function CloseCertStore (line 48) | static void CloseCertStore(HCERTSTORE hCertStore) noexcept { function InstallCertificateFromPE (line 56) | static bool InstallCertificateFromPE(const wchar_t* exePath) noexcept { function StopTouchHelper (line 203) | static void StopTouchHelper() noexcept { function DeleteTouchHelperExe (line 247) | static bool DeleteTouchHelperExe(const wchar_t* exePath) noexcept { function GetTouchHelperPath (line 325) | static std::wstring GetTouchHelperPath() noexcept { function CheckAndFixTouchHelper (line 361) | static bool CheckAndFixTouchHelper(std::wstring& path) noexcept { FILE: src/Magpie/TouchHelper.h function namespace (line 3) | namespace Magpie { FILE: src/Magpie/UpdateService.cpp type Magpie (line 26) | namespace Magpie { function fire_and_forget (line 55) | fire_and_forget UpdateService::CheckForUpdatesAsync(bool isAutoUpdate) { function Md5ToHex (line 178) | static std::wstring Md5ToHex(const uint8_t* data) { function fire_and_forget (line 196) | fire_and_forget UpdateService::DownloadAndInstall() { function fire_and_forget (line 450) | fire_and_forget UpdateService::_Timer_Tick(ThreadPoolTimer const& time... FILE: src/Magpie/UpdateService.h function namespace (line 5) | namespace Magpie { FILE: src/Magpie/WrapPanel.h function namespace (line 5) | namespace winrt::Magpie::implementation { function Add (line 25) | void Add(const UvMeasure& measure) noexcept { function Size (line 30) | Size ToSize(Orientation orientation) const noexcept { function else (line 38) | struct UvRect { function else (line 51) | struct Row { function Add (line 60) | void Add(const UvMeasure& position, const UvMeasure& size_) noexcept { function Clear (line 67) | void Clear() noexcept { type WrapPanel (line 76) | struct WrapPanel type Orientation (line 84) | enum Orientation type Orientation (line 103) | enum Orientation function Thickness (line 104) | Thickness _padding{} FILE: src/Magpie/XamlHelper.cpp type Magpie (line 9) | namespace Magpie { function IsComboBoxPopup (line 11) | static bool IsComboBoxPopup(const Popup& popup) { FILE: src/Magpie/XamlHelper.h function namespace (line 3) | namespace Magpie { FILE: src/Magpie/XamlWindow.h function _Content (line 54) | void _Content(C const& content) { function _SetTheme (line 83) | void _SetTheme(bool isLightTheme) noexcept { function Ignore (line 128) | [[maybe_unused]] static Ignore _ = []() { function MONITORINFO (line 173) | MONITORINFO monInfo{ .cbSize = sizeof(MONITORINFO) } function APPBARDATA (line 177) | APPBARDATA appBarData{} FILE: src/Magpie/main.cpp function SetWorkingDir (line 28) | static void SetWorkingDir() noexcept { function InitializeLogger (line 33) | static void InitializeLogger(const wchar_t* logFilePath) noexcept { function wWinMain (line 43) | int APIENTRY wWinMain( FILE: src/Magpie/pch.h function namespace (line 79) | namespace winrt {