FLImaging 6.9.12.2
ProcessingUtilities.h
1#pragma once
2
3#include "GUIToast.h"
4#include "GUIManager.h"
5
6namespace FLImaging
7{
8 namespace GUI
9 {
11
12 FL_EXPORT extern CGUIToast* g_pToast;
13 FL_EXPORT extern Base::CPerformanceCounter g_performanceCounter;
14
15 FL_EXPORT void BeginWaitingMode(const wchar_t* pWcsMessage = nullptr);
16 FL_EXPORT void BeginProcessing();
17
18 FL_EXPORT double GetEndProcessingTime();
19
20 FL_EXPORT double EndProcessing();
21 FL_EXPORT void EndWaitingMode();
22
23 FL_EXPORT const CResult SetResultMessage(CGUIMenuItemProperty* pProperty, const CResult resThis, const wchar_t* pWcsAdditionalMessage = nullptr, bool bDisplayEndProcessingTime = true);
24 }
25}
프로퍼티 창에 연결된 메뉴 아이템 클래스
Definition GUIMenuItemProperty.h:48
Definition D2DObject.h:12