kchart

KDChartCustomBoxWrapper.cpp

00001 #include "KDChartCustomBoxWrapper.h"
00002 KDChartCustomBoxWrapper::KDChartCustomBoxWrapper( KDChartCustomBox* data)
00003     :QObject(0), _data(data)
00004 {
00005 }
00006 
00007 const KDChartTextPiece* KDChartCustomBoxWrapper::content() const
00008 {
00009     return &_data->content();
00010 }
00011 
00012 
00013 #include "KDChartCustomBoxWrapper.moc"
KDE Home | KDE Accessibility Home | Description of Access Keys