Home
last modified time | relevance | path

Searched refs:cloneEmpty (Results 1 – 10 of 10) sorted by relevance

/dports/print/limereport/LimeReport-1.5.35/limereport/
H A Dlritemdesignintf.cpp92 BaseDesignIntf *ItemDesignIntf::cloneEmpty(int height, QObject *owner, QGraphicsItem *parent) in cloneEmpty() function in LimeReport::ItemDesignIntf
H A Dlritemdesignintf.h52 BaseDesignIntf* cloneEmpty(int height, QObject *owner, QGraphicsItem *parent);
H A Dlrbanddesignintf.cpp674 item->cloneEmpty(sliceHeight,upperPart,upperPart); //for table in cloneUpperPart()
683 item->cloneEmpty(sliceHeight,upperPart,upperPart); //for table in cloneUpperPart()
732 … BaseDesignIntf* tmpItem = item->cloneEmpty((this->height()-height),bottomPart,bottomPart); in cloneBottomPart()
H A Dlrbasedesignintf.h238 virtual BaseDesignIntf* cloneEmpty(int height, QObject* owner=0, QGraphicsItem* parent=0); in Q_DECLARE_METATYPE()
H A Dlrbasedesignintf.cpp1554 BaseDesignIntf *BaseDesignIntf::cloneEmpty(int height, QObject *owner, QGraphicsItem *parent) function in LimeReport::BaseDesignIntf
/dports/print/limereport/LimeReport-1.5.35/limereport/items/
H A Dlrhorizontallayout.cpp97 item->cloneEmpty(sliceHeight,upperPart,upperPart); in cloneUpperPart()
H A Dlrtextitem.h116 BaseDesignIntf* cloneEmpty(int height, QObject *owner, QGraphicsItem *parent);
H A Dlrtextitem.cpp970 BaseDesignIntf *TextItem::cloneEmpty(int height, QObject *owner, QGraphicsItem *parent) in cloneEmpty() function in LimeReport::TextItem
/dports/audio/py-music21/music21-7.1.0/music21/stream/
H A Dbase.py861 s = self.cloneEmpty(derivationMethod='__add__')
4228 returnObj = self.cloneEmpty(derivationMethod='measures')
4559 out = self.cloneEmpty(derivationMethod='template')
5363 post = self.cloneEmpty(derivationMethod='getKeySignatures')
5679 display = self.cloneEmpty('extractContext')
6365 a = self.cloneEmpty(derivationMethod='splitByClass')
6366 b = self.cloneEmpty(derivationMethod='splitByClass')
10180 return self.cloneEmpty(derivationMethod='melodicIntervals')
10408 gapStream = self.cloneEmpty(derivationMethod='findGaps')
13758 post = self.cloneEmpty(derivationMethod='expandRepeats')
[all …]
H A DmakeNotation.py1517 newStream = s.cloneEmpty(derivationMethod='realizeOrnaments')