drawAreaCtrl.cpp

00001 /*
00002   DrawAreaComponent に対する基本描画コマンド
00003   Satofumi KAMIMURA
00004   $Id$
00005 */
00006 
00007 #include "drawAreaCtrl.h"
00008 
00009 
00010 
00012 PixelsDrawCtrl::PixelsDrawCtrl(const VXV::Grid& pos, unsigned long color)
00013   : draw_pos(pos), draw_color(color) {
00014 }
00015 
00016 
00017 PixelsDrawCtrl::~PixelsDrawCtrl(void) {
00018 }
00019 
00020 
00021 void PixelsDrawCtrl::draw(const VXV::Rect& range, const VXV::Grid& center,
00022                           const VXV::Rect& size, double magnify) {
00023 }
00024 
00026 

Generated on Mon Apr 13 22:52:02 2009 by  doxygen 1.5.7.1