kspread Library API Documentation

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 
KDE Logo
This file is part of the documentation for kspread Library Version 1.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Feb 13 09:43:03 2006 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003