~kubuntu-members/kapman/4.11

« back to all changes in this revision

Viewing changes to element.cpp

  • Committer: Pierre-Benoit Besse
  • Date: 2008-08-15 11:43:49 UTC
  • Revision ID: git-v1:89f706af55b38ee770ceb235d4dfe581e41f028c
- All images are now in a single SVG file
- Small improvments in preformances by fixing some mistakes

svn path=/trunk/playground/games/kapman/; revision=847429

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        return m_type;
56
56
}
57
57
 
58
 
QString Element::getImageUrl() const {
59
 
        return m_imageUrl;
 
58
QString Element::getImageId() const {
 
59
        return m_imageId;
60
60
}
61
61
 
62
 
void  Element::setImageUrl(const QString & p_imageUrl){
63
 
        m_imageUrl = p_imageUrl;
 
62
void  Element::setImageId(const QString & p_imageId){
 
63
        m_imageId = p_imageId;
64
64
}
65
65
 
66
66
void Element::initCoordinate(){