#include "sysdeps.h"#include "e32frodo.h"#include <e32frodo.rsg>#include "Prefs.h"#include "Display.h"#include "eikinfo.h"#include <eikon.rsg>#include <coeutils.h>#include <apgtask.h>#include <apgwgnam.h>#include <eikdll.h>#include <eikmenup.h>#include <eikfnlab.h>#include <gdi.h>#include <eikcfdlg.h>#include <eikmenu.hrh>#include "prefsdialog.h"#include "version"Include dependency graph for e32frodo.cpp:

Go to the source code of this file.
Defines | |
| #define | OFFSET_X 0 |
| #define | SPEED_TEXT_POS TPoint(395, 20) |
Enumerations | |
| enum | { LED_OFF, LED_ON, LED_ERROR_ON, LED_ERROR_OFF } |
Functions | |
| _LIT (KDefaultSnapshot,"C:\\frodo.snap") | |
| default snapshot file name | |
| EXPORT_C CApaApplication * | NewApplication () |
| GLDEF_C TInt | E32Dll (TDllReason) |
| _LIT (KHelp,".hlp") | |
| _LIT (KMatch,"-%S") | |
Variables | |
| const TUid | KE32FrodoUid = { 0x10005f47 } |
| UID of app. | |
| const char *const | KCmdLiteralTable [] |
Ported from Win32 to Epoc32 by Alfred E. Heggestad & Jal Panvel Oct 1999 - Jan 2000
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Definition in file e32frodo.cpp.
|
|
Definition at line 14 of file e32frodo.cpp. Referenced by CE32FrodoAppView::ConstructL(), and CE32FrodoAppUi::HandleCommandL(). |
|
|
|
|
|
LED states
Definition at line 1755 of file e32frodo.cpp. |
|
||||||||||||
|
Referenced by CE32FrodoAppView::ConstructL(), CE32FrodoAppUi::HandleCommandL(), and CPrefsDialog::OkToExitL(). |
|
||||||||||||
|
|
|
||||||||||||
|
default snapshot file name
|
|
|
Definition at line 72 of file e32frodo.cpp. |
|
|
Definition at line 60 of file e32frodo.cpp. |
|
|
Initial value:
{
"ECmdFileName=100",
"ECmdPrefs=101",
"ECmdPause=102",
"ECmdReset=103",
"ECmdLimit=104",
"ECmdFullScreen=105",
"ECmdScreenMoveUp=106",
"ECmdScreenMoveDown=107",
"ECmdScreenMoveLeft=108",
"ECmdScreenMoveRight=109",
"ECmdScreenMoveCenter=110",
"ECmdSnapShotSave=111",
"ECmdSnapShotLoad=112",
"ECmdScreenZoomed=113",
"ECmdScreenStretched=114",
"ECmdDebug1=115"
}
Definition at line 324 of file e32frodo.cpp. Referenced by CE32FrodoAppUi::HandleCommandL(). |
|
|
UID of app.
Definition at line 47 of file e32frodo.cpp. Referenced by CE32FrodoApplication::AppDllUid(). |
1.3.3