Symbol: FractalView
src/apps/mandelbrot/Mandelbrot.cpp
108
FractalView::FractalView()
src/apps/mandelbrot/Mandelbrot.cpp
124
FractalView::~FractalView()
src/apps/mandelbrot/Mandelbrot.cpp
130
void FractalView::ResetPosition()
src/apps/mandelbrot/Mandelbrot.cpp
138
void FractalView::AttachedToWindow()
src/apps/mandelbrot/Mandelbrot.cpp
146
void FractalView::FrameResized(float, float)
src/apps/mandelbrot/Mandelbrot.cpp
153
void FractalView::UpdateSize()
src/apps/mandelbrot/Mandelbrot.cpp
172
void FractalView::CreateDisplayBitmap(uint16 width,uint16 height)
src/apps/mandelbrot/Mandelbrot.cpp
182
BRect FractalView::GetDragFrame()
src/apps/mandelbrot/Mandelbrot.cpp
205
void FractalView::MouseDown(BPoint where)
src/apps/mandelbrot/Mandelbrot.cpp
214
void FractalView::MouseMoved(BPoint where, uint32 mode, const BMessage*)
src/apps/mandelbrot/Mandelbrot.cpp
223
void FractalView::SetLocationFromFrame(double frameX,double frameY)
src/apps/mandelbrot/Mandelbrot.cpp
233
void FractalView::ZoomFractalFromFrame(double frameOriginX, double frameOriginY,
src/apps/mandelbrot/Mandelbrot.cpp
244
void FractalView::ZoomFractal(double originX, double originY, double zoomFactor)
src/apps/mandelbrot/Mandelbrot.cpp
260
void FractalView::MouseUp(BPoint where)
src/apps/mandelbrot/Mandelbrot.cpp
285
void FractalView::MessageReceived(BMessage* msg)
src/apps/mandelbrot/Mandelbrot.cpp
342
void FractalView::Pulse()
src/apps/mandelbrot/Mandelbrot.cpp
348
void FractalView::ImportBitsAndInvalidate()
src/apps/mandelbrot/Mandelbrot.cpp
361
void FractalView::RedrawFractal()
src/apps/mandelbrot/Mandelbrot.cpp
372
void FractalView::Draw(BRect updateRect)
src/apps/mandelbrot/Mandelbrot.cpp
380
void FractalView::StartSave() {
src/apps/mandelbrot/Mandelbrot.cpp
396
void FractalView::WriteImage(entry_ref* dirRef, char* name)
src/apps/mandelbrot/Mandelbrot.cpp
423
void FractalView::EndSave()
src/apps/mandelbrot/Mandelbrot.cpp
484
FractalView* fFractalView;
src/apps/mandelbrot/Mandelbrot.cpp
492
fFractalView(new FractalView)
src/apps/mandelbrot/Mandelbrot.cpp
503
FractalView::MSG_START_SAVE, 'S')
src/apps/mandelbrot/Mandelbrot.cpp
54
FractalView();
src/apps/mandelbrot/Mandelbrot.cpp
55
~FractalView();
src/apps/mandelbrot/Mandelbrot.cpp
694
case FractalView::MSG_START_SAVE: {