代码搜索:undo
找到约 2,961 项符合「undo」的源代码
代码结果 2,961
www.eeworm.com/read/344414/3209736
tpl undo.tpl
{*
/**
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004 - 2007 SugarCRM Inc.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/339446/3308808
qrc undo.qrc
icons/background.png
icons/blue.png
icons/circle.png
icons/exit.png
www.eeworm.com/read/339446/3308811
pro undo.pro
SOURCES += main.cpp mainwindow.cpp commands.cpp document.cpp
HEADERS += mainwindow.h commands.h document.h
FORMS += mainwindow.ui
build_all:!build_pass {
CONFIG -= build_all
CONFIG += release
www.eeworm.com/read/313775/3641892
cpp undo.cpp
#include "Undo.hpp"
using namespace HeadFirstDesignPatterns::Command::Undo;
int main( int argc, char* argv[] ) {
std::auto_ptr< RemoteControlWithUndo > remoteControl(
new RemoteControlWith
www.eeworm.com/read/313775/3641894
hpp undo.hpp
#ifndef _HFDP_CPP_COMMAND_UNDO_HPP_
#define _HFDP_CPP_COMMAND_UNDO_HPP_
#include "../../Standard.h"
#include "Command.hpp"
#include "NoCommand.hpp"
#include "CeilingFan.hpp"
#include "Ceil
www.eeworm.com/read/288248/4008671
event undo.event
#if($item == "advice")
undoButton.doClick();
#end
#if($item == "import")
javax.swing.*;
#end
#if($item == "finished")
pointcut $pct0():
call(public void JButton.doClick());
after(): $pct0() {
%a
www.eeworm.com/read/288248/4008687
event undo.event
#if($item == "advice")
frame=sudoku.getFrame();
mainForm=sudoku.getMainFormObject();
mainForm.undo(frame);
#end
#if($item == "finished")
pointcut $pct0():
call(private void MainForm.und
www.eeworm.com/read/288248/4008705
event undo.event
#if($item == "advice")
UnredoAspect.aspectOf().UndoOption(freesudoku.board);
#end
#if($item == "finished")
pointcut $pct0():
execution( public void UndoOption(Board));
after(): $pct0() {
%advice