代码搜索:GRAPHICS
找到约 10,000 项符合「GRAPHICS」的源代码
代码结果 10,000
www.eeworm.com/read/179132/9369897
pkg graphics.pkg
; Graphics.pkg
;
;Language - standard language definitions
&EN
; standard SIS file header
#{"Graphics Example"},(0x10005BB3),1,0,0
;Supports Series 60 v 2.0
(0x101F7960), 0, 0, 0, {"Series6
www.eeworm.com/read/179132/9369898
sis graphics.sis
www.eeworm.com/read/179132/9369899
rss graphics.rss
/* Copyright (c) 2004, Nokia. All rights reserved */
// RESOURCE IDENTIFIER
NAME GRAP // 4 letter ID
// INCLUDES
#include
#include
#include
#inc
www.eeworm.com/read/179132/9369901
loc graphics.loc
/* Copyright (c) 2004, Nokia. All rights reserved */
// LOCALISATION STRINGS
//d:Caption string for app.
#define qtn_grap_caption_string "Graphics"
//d:Short caption string for app.
#def
www.eeworm.com/read/179132/9369904
hrh graphics.hrh
/* Copyright (c) 2004, Nokia. All rights reserved */
#ifndef __GRAPHICS_HRH__
#define __GRAPHICS_HRH__
// Graphics enumerate command codes
enum TGraphicsIds
{
EGaphicsNoOffScreen
www.eeworm.com/read/179132/9369907
pan graphics.pan
/* Copyright (c) 2004, Nokia. All rights reserved */
#ifndef __GRAPHICS_PAN__
#define __GRAPHICS_PAN__
/** Graphics application panic codes */
enum TGraphicsPanics
{
EGraphicsBasicU
www.eeworm.com/read/179132/9369914
cpp graphics.cpp
/* Copyright (c) 2004, Nokia. All rights reserved */
// INCLUDE FILES
#include "GraphicsApplication.h"
// ========================== OTHER EXPORTED FUNCTIONS =========================
// -
www.eeworm.com/read/179132/9369926
mmp graphics.mmp
/* Copyright (c) 2004, Nokia. All rights reserved */
TARGET Graphics.app
TARGETTYPE app
// Change the second number here to change the UID for this application
UID
www.eeworm.com/read/177902/9427163