Beispiel #1
0
int main(void)
{
	OPNDType	*top1;
	OPTRType	*top2;

	top1 = (OPNDType *)malloc(sizeof(OPNDType));
	top2 = (OPTRType *)malloc(sizeof(OPTRType));
	
	printf("请输入:\n");
	makeStack(top1, top2);
	result(top1);

	destroyLink(top1, top2);
	return FALSE;
}
Beispiel #2
0
void BalloonGoo::drag(){
    //If dragging stop to fallow and to fly!
    onGround=false;
    stopFollow();
    if (!dragging){
        info.gScale=body->GetGravityScale();
        info.speed=body->GetLinearVelocity();
        info.aForce=body->GetAngularVelocity();
    }
    body->SetActive(false);
    if (hasJoint()) {
        for (int i=0;i<links.count();i++) {
            destroyLink(links.at(i));
        }
    }


    dragging=true;

}
Beispiel #3
0
QTextFrame_QtDShell::~QTextFrame_QtDShell() {
    destroyLink(this);
}
Beispiel #4
0
QEventLoop_QtDShell::~QEventLoop_QtDShell() {
    destroyLink(this);
}
Beispiel #5
0
QThreadPool_QtDShell::~QThreadPool_QtDShell() {
    destroyLink(this);
}
Beispiel #6
0
QMovie_QtDShell::~QMovie_QtDShell() {
    destroyLink(this);
}
QAbstractPageSetupDialog_QtDShell::~QAbstractPageSetupDialog_QtDShell() {
    destroyLink(this);
}
Beispiel #8
0
QWebPage_QtDShell::~QWebPage_QtDShell() {
    destroyLink(this);
}
Beispiel #9
0
QFontDialog_QtDShell::~QFontDialog_QtDShell() {
    destroyLink(this);
}
QDesktopWidget_QtDShell::~QDesktopWidget_QtDShell() {
    destroyLink(this);
}
QWebHistoryInterface_QtDShell::~QWebHistoryInterface_QtDShell() {
    destroyLink(this);
}
Beispiel #12
0
QItemDelegate_QtDShell::~QItemDelegate_QtDShell() {
    destroyLink(this);
}
Beispiel #13
0
QToolBox_QtDShell::~QToolBox_QtDShell() {
    destroyLink(this);
}
Beispiel #14
0
QButtonGroup_QtDShell::~QButtonGroup_QtDShell() {
    destroyLink(this);
}
Beispiel #15
0
QIODevice_QtDShell::~QIODevice_QtDShell() {
    destroyLink(this);
}
Beispiel #16
0
QLocalSocket_QtDShell::~QLocalSocket_QtDShell() {
    destroyLink(this);
}
Beispiel #17
0
QCommonStyle_QtDShell::~QCommonStyle_QtDShell() {
    destroyLink(this);
}
Beispiel #18
0
QSlider_QtDShell::~QSlider_QtDShell() {
    destroyLink(this);
}
QRegExpValidator_QtDShell::~QRegExpValidator_QtDShell() {
    destroyLink(this);
}
Beispiel #20
0
QTabWidget_QtDShell::~QTabWidget_QtDShell() {
    destroyLink(this);
}
Beispiel #21
0
QBoxLayout_QtDShell::~QBoxLayout_QtDShell() {
    destroyLink(this);
}
Beispiel #22
0
QFile_QtDShell::~QFile_QtDShell() {
    destroyLink(this);
}
Beispiel #23
0
QTimeLine_QtDShell::~QTimeLine_QtDShell() {
    destroyLink(this);
}
Beispiel #24
0
QFontComboBox_QtDShell::~QFontComboBox_QtDShell() {
    destroyLink(this);
}
QTemporaryFile_QtDShell::~QTemporaryFile_QtDShell() {
    destroyLink(this);
}
Beispiel #26
0
QStatusBar_QtDShell::~QStatusBar_QtDShell() {
    destroyLink(this);
}
QAbstractTextDocumentLayout_QtDShell::~QAbstractTextDocumentLayout_QtDShell() {
    destroyLink(this);
}
Beispiel #28
0
QDateEdit_QtDShell::~QDateEdit_QtDShell() {
    destroyLink(this);
}
QNetworkAccessManager_QtDShell::~QNetworkAccessManager_QtDShell() {
    destroyLink(this);
}
Beispiel #30
0
QSignalMapper_QtDShell::~QSignalMapper_QtDShell() {
    destroyLink(this);
}