kspread_events.cc
00001 #include "kspread_events.h"
00002
00003
00004
00005 const char *KSpreadSelectionChanged::s_strSelectionChanged = "KSpread/View/SelectionChanged";
00006
00007 KSpreadSelectionChanged::KSpreadSelectionChanged( const QRect& rect, const QString& sheet )
00008 : KParts::Event( s_strSelectionChanged )
00009 {
00010 m_rect = rect;
00011 m_sheet = sheet;
00012 }
00013
00014 KSpreadSelectionChanged::~KSpreadSelectionChanged()
00015 {
00016 }
00017
This file is part of the documentation for kspread Library Version 1.4.2.