Searched refs:fRedoHistory (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp72 fRedoHistory.push(command);
91 if (!fRedoHistory.empty()) {
92 Command* command = fRedoHistory.top();
93 fRedoHistory.pop();
98 fRedoHistory.push(command);
129 if (!fRedoHistory.empty()) {
131 fRedoHistory.top()->GetName(name);
148 while (!fRedoHistory.empty()) {
149 delete fRedoHistory.top();
150 fRedoHistory
[all...]
H A DCommandStack.h45 command_stack fRedoHistory; member in class:CommandStack
/haiku-fatelf/src/apps/mediaplayer/support/
H A DCommandStack.cpp75 fRedoHistory.push(command);
94 if (!fRedoHistory.empty()) {
95 Command* command = fRedoHistory.top();
96 fRedoHistory.pop();
101 fRedoHistory.push(command);
132 if (!fRedoHistory.empty()) {
134 fRedoHistory.top()->GetName(name);
151 while (!fRedoHistory.empty()) {
152 delete fRedoHistory.top();
153 fRedoHistory
[all...]
H A DCommandStack.h44 command_stack fRedoHistory; member in class:CommandStack

Completed in 39 milliseconds