예제 #1
0
	void Run()
	{
		HeeksObj* new_object = SplitArcsIntoLittleLines(sketch_for_tools);
		wxGetApp().Remove(sketch_for_tools);
		sketch_for_tools = NULL;
		wxGetApp().Add(new_object, NULL);
	}
예제 #2
0
파일: Sketch.cpp 프로젝트: play113/swer
	void Run()
	{
		HeeksObj* new_object = SplitArcsIntoLittleLines(sketch_for_tools);
		wxGetApp().DeleteUndoably(sketch_for_tools);
		sketch_for_tools = NULL;
		wxGetApp().AddUndoably(new_object, NULL, NULL);
	}