#include <minsky.h>
|
static constexpr std::chrono::milliseconds | resetNowThreshold {500} |
| if reset duration is less than this, immediately perform reset on request More...
|
|
static constexpr std::chrono::milliseconds | resetPostponedThreshold {1500} |
| if reset duration is less than this, but more than resetNowThreshold, schedule a future reset if greater, then do not auto schedule reset, but require explicit resets. More...
|
|
Definition at line 77 of file minsky.h.
◆ StateFlags
Enumerator |
---|
is_edited | |
reset_needed | |
fullEqnDisplay_needed | |
Definition at line 82 of file minsky.h.
◆ MinskyExclude() [1/2]
minsky::MinskyExclude::MinskyExclude |
( |
| ) |
|
|
inline |
◆ MinskyExclude() [2/2]
◆ operator=()
◆ autoSaver
◆ busyCursorStack
int minsky::MinskyExclude::busyCursorStack =0 |
◆ clipboard
clipboard manager
Definition at line 98 of file minsky.h.
◆ flags
◆ flagStack
std::vector<int> minsky::MinskyExclude::flagStack |
◆ history
std::deque<classdesc::pack_t> minsky::MinskyExclude::history |
|
protected |
save history of model for undo
Definition at line 116 of file minsky.h.
◆ historyPtr
std::size_t minsky::MinskyExclude::historyPtr |
|
protected |
◆ nativeWindowsToRedraw
record nativeWindows that have requested redrawing
Definition at line 107 of file minsky.h.
◆ outputDataFile
shared_ptr<ofstream> minsky::MinskyExclude::outputDataFile |
◆ progressState
Progress minsky::MinskyExclude::progressState |
◆ resetAt
std::chrono::time_point<std::chrono::system_clock> minsky::MinskyExclude::resetAt =std::chrono::time_point<std::chrono::system_clock>::max() |
◆ resetDuration
std::chrono::milliseconds minsky::MinskyExclude::resetDuration |
◆ resetNowThreshold
constexpr std::chrono::milliseconds minsky::MinskyExclude::resetNowThreshold {500} |
|
static |
if reset duration is less than this, immediately perform reset on request
Definition at line 86 of file minsky.h.
◆ resetPostponedThreshold
constexpr std::chrono::milliseconds minsky::MinskyExclude::resetPostponedThreshold {1500} |
|
static |
if reset duration is less than this, but more than resetNowThreshold, schedule a future reset if greater, then do not auto schedule reset, but require explicit resets.
Definition at line 89 of file minsky.h.
◆ undone
bool minsky::MinskyExclude::undone =false |
|
protected |
The documentation for this struct was generated from the following file: