PuzzleSDK
DownloaderTest.cpp 文件参考
#include "DownloaderTest.h"
#include "../testResource.h"
#include "ui/UILoadingBar.h"
#include "ui/UIButton.h"
#include "network/CCDownloader.h"
+ DownloaderTest.cpp 的引用(Include)关系图:

浏览源代码.

struct  DownloaderTest
 
struct  DownloaderMultiTask
 

变量

 USING_NS_CC
 
static const char * sURLList []
 
static const int sListSize = (sizeof(sURLList)/sizeof(sURLList[0]))
 
static const char * sNameList [sListSize]
 

变量说明

◆ sListSize

const int sListSize = (sizeof(sURLList)/sizeof(sURLList[0]))
static

在文件 DownloaderTest.cpp44 行定义.

◆ sNameList

const char* sNameList[sListSize]
static
初始值:
=
{
"cocos2dx_landscape.png",
"logo.png",
"inexist file",
"big file",
}

在文件 DownloaderTest.cpp45 行定义.

被这些函数引用 DownloaderTest::onEnter() , 以及 DownloaderMultiTask::onEnter().

◆ sURLList

const char* sURLList[]
static
初始值:
=
{
"https://www.cocos2d-x.org/attachments/802/cocos2dx_landscape.png",
"https://cocos2d-x.org/images/logo.png",
"https://www.cocos2d-x.org/attachments/1503/no_exist.txt",
"https://github.com/openssl/openssl/archive/OpenSSL_1_1_1a.zip",
}

在文件 DownloaderTest.cpp37 行定义.

被这些函数引用 DownloaderTest::onEnter() , 以及 DownloaderMultiTask::onEnter().

◆ USING_NS_CC

USING_NS_CC

在文件 DownloaderTest.cpp35 行定义.