Searched refs:fUndoHistory (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp70 if (!fUndoHistory.empty()) {
71 UndoableEditRef edit(fUndoHistory.top());
72 fUndoHistory.pop();
77 fUndoHistory.push(edit);
95 fUndoHistory.push(edit);
109 if (!fUndoHistory.empty()) {
111 fUndoHistory.top()->GetName(name);
133 while (!fUndoHistory.empty())
134 fUndoHistory.pop();
145 if (!fUndoHistory
[all...]
H A DEditManager.h56 fUndoHistory; member in class:EditManager
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp67 if (!fUndoHistory.empty()) {
68 Command* command = fUndoHistory.top();
69 fUndoHistory.pop();
74 fUndoHistory.push(command);
96 fUndoHistory.push(command);
113 if (!fUndoHistory.empty()) {
115 fUndoHistory.top()->GetName(name);
144 while (!fUndoHistory.empty()) {
145 delete fUndoHistory.top();
146 fUndoHistory
[all...]
H A DCommandStack.h44 command_stack fUndoHistory; member in class:CommandStack
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp70 if (!fUndoHistory.empty()) {
71 Command* command = fUndoHistory.top();
72 fUndoHistory.pop();
77 fUndoHistory.push(command);
99 fUndoHistory.push(command);
116 if (!fUndoHistory.empty()) {
118 fUndoHistory.top()->GetName(name);
147 while (!fUndoHistory.empty()) {
148 delete fUndoHistory.top();
149 fUndoHistory
[all...]
H A DCommandStack.h43 command_stack fUndoHistory; member in class:CommandStack

Completed in 249 milliseconds