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

/haiku/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/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
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp75 fRedoHistory.push(edit);
90 if (!fRedoHistory.empty()) {
91 UndoableEditRef edit(fRedoHistory.top());
92 fRedoHistory.pop();
97 fRedoHistory.push(edit);
121 if (!fRedoHistory.empty()) {
123 fRedoHistory.top()->GetName(name);
135 while (!fRedoHistory.empty())
136 fRedoHistory.pop();
223 while (!fRedoHistory
[all...]
H A DEditManager.h58 fRedoHistory; member in class:EditManager

Completed in 33 milliseconds