예제 #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;
}
예제 #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;

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