GME
13
|
#include <GMEDoc.h>
Classes | |
class | HistoryElem |
Public Member Functions | |
bool | isEmptyB () const |
bool | isEnabledBack () const |
bool | isEnabledFrwd () const |
bool | isEnabledHome () const |
void | totalBrainWash () |
void | frwdBrainWash () |
void | pushB (const HistoryElem &e) |
void | pushF (const HistoryElem &e) |
void | popB (HistoryElem &e, HistoryElem &c) |
void | popF (HistoryElem &e) |
void | frontB (HistoryElem &e) |
void | eraseOccurences (const std::wstring &p_id) |
void | erasePrevOccurencesB (const HistoryElem &e) |
void CGMEDoc::Historian::eraseOccurences | ( | const std::wstring & | p_id | ) |
Definition at line 1383 of file GMEDoc.cpp.
void CGMEDoc::Historian::erasePrevOccurencesB | ( | const HistoryElem & | e | ) |
Definition at line 1361 of file GMEDoc.cpp.
void CGMEDoc::Historian::frontB | ( | HistoryElem & | e | ) |
Definition at line 1324 of file GMEDoc.cpp.
void CGMEDoc::Historian::frwdBrainWash | ( | ) |
Definition at line 1356 of file GMEDoc.cpp.
bool CGMEDoc::Historian::isEmptyB | ( | ) | const |
Definition at line 1330 of file GMEDoc.cpp.
bool CGMEDoc::Historian::isEnabledBack | ( | ) | const |
Definition at line 1335 of file GMEDoc.cpp.
bool CGMEDoc::Historian::isEnabledFrwd | ( | ) | const |
Definition at line 1340 of file GMEDoc.cpp.
bool CGMEDoc::Historian::isEnabledHome | ( | ) | const |
Definition at line 1345 of file GMEDoc.cpp.
void CGMEDoc::Historian::popB | ( | HistoryElem & | e, |
HistoryElem & | c | ||
) |
Definition at line 1309 of file GMEDoc.cpp.
void CGMEDoc::Historian::popF | ( | HistoryElem & | e | ) |
Definition at line 1317 of file GMEDoc.cpp.
void CGMEDoc::Historian::pushB | ( | const HistoryElem & | e | ) |
Definition at line 1296 of file GMEDoc.cpp.
void CGMEDoc::Historian::pushF | ( | const HistoryElem & | e | ) |
Definition at line 1302 of file GMEDoc.cpp.
void CGMEDoc::Historian::totalBrainWash | ( | ) |
Definition at line 1350 of file GMEDoc.cpp.