53 #ifndef FBUSYINDICATOR_H    54 #define FBUSYINDICATOR_H    56 #if !defined (USE_FINAL_H) && !defined (COMPILE_FINAL_CUT)    57   #error "Only <final/final.h> can be included directly."    62 #include "final/widget/ftooltip.h"    81     auto getClassName() 
const -> 
FString override;
    84     auto isRunning() 
const noexcept -> bool;
    92     static constexpr std::size_t TIMER = 200;
    96     void createIndicatorText();
   104     std::wstring uni_pattern{L
' ', L
' ', L
'·', L
'·', L
'•', L
'•', L
'●', L
'●'};
   105     std::string pattern{L
' ', L
' ', L
'.', L
'.', L
'+', L
'+', L
'#', L
'#'};
   112 inline auto FBusyIndicator::getClassName() 
const -> 
FString   113 { 
return "FBusyIndicator"; }
   116 inline auto FBusyIndicator::isRunning() 
const noexcept -> 
bool   123 #endif  // FBUSYINDICATOR_H 
Definition: fbusyindicator.h:71
 
Definition: class_template.cpp:25