os/ossrv/lowlevellibsandfws/apputils/inc/uikon.rh
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/apputils/inc/uikon.rh	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,243 @@
     1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +/**
    1.20 + @file
    1.21 + @publishedAll
    1.22 + @released
    1.23 +*/
    1.24 +
    1.25 +#if !defined(__UIKON_RH__)
    1.26 +#define __UIKON_RH__
    1.27 +
    1.28 +#if !defined(__BADEF_RH__)
    1.29 +#include <badef.rh>
    1.30 +#endif
    1.31 +
    1.32 +#if !defined(__UIKON_HRH__)
    1.33 +#include <uikon.hrh>
    1.34 +#endif
    1.35 +
    1.36 +#if !defined(__BAERRRSVR_RH__)
    1.37 +#include <baerrrsvr.rh>
    1.38 +#endif
    1.39 +
    1.40 +STRUCT RESOURCE_LINK
    1.41 +	{
    1.42 +	LLINK id;
    1.43 +	}
    1.44 +
    1.45 +STRUCT HOTKEY
    1.46 +    {
    1.47 +    LONG command;
    1.48 +    LONG key;
    1.49 +    }
    1.50 +
    1.51 +STRUCT HOTKEYS
    1.52 +    {
    1.53 +    STRUCT plain[];
    1.54 +    STRUCT control[];
    1.55 +    STRUCT shift_control[];
    1.56 +    }
    1.57 +
    1.58 +// Removed by Bill
    1.59 +//#include <eikfont.rh> // for STRUCT FONT
    1.60 +
    1.61 +STRUCT NUMBER_INT8
    1.62 +	{
    1.63 +	BYTE value=0;
    1.64 +	}
    1.65 +
    1.66 +STRUCT NUMBER_INT16
    1.67 +	{
    1.68 +	WORD value=0;
    1.69 +	}
    1.70 +
    1.71 +STRUCT NUMBER_INT32
    1.72 +	{
    1.73 +	LONG value=0;
    1.74 +	}
    1.75 +
    1.76 +
    1.77 +// EIKCOLOR.RH
    1.78 +//
    1.79 +// Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies).
    1.80 +//
    1.81 +
    1.82 +STRUCT COLOR
    1.83 +	{
    1.84 +	BYTE red;
    1.85 +	BYTE green;
    1.86 +	BYTE blue;
    1.87 +	}
    1.88 +
    1.89 +STRUCT CTRL_COLOR
    1.90 +	{
    1.91 +	WORD logical_color;
    1.92 +	STRUCT color; // COLOR
    1.93 +	}
    1.94 +
    1.95 +STRUCT COLORLIST
    1.96 +	{
    1.97 +	LLINK array_id=0;
    1.98 +	}
    1.99 +
   1.100 +STRUCT EIKCOLORLIST
   1.101 +	{
   1.102 +	LLINK array_id=0;
   1.103 +	LLINK ext_id;
   1.104 +	}
   1.105 +
   1.106 +#include <eikcolor.hrh>
   1.107 +
   1.108 +// EIKFONT.RH
   1.109 +//
   1.110 +// Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies).
   1.111 +//
   1.112 +
   1.113 +//#include <eikfont.hrh>
   1.114 +
   1.115 +STRUCT FONT
   1.116 +	{
   1.117 +	LONG fontid; // a value from fontids.h
   1.118 +	WORD flags=0; // a combination of EGulFontFlagXxxxs
   1.119 +	}
   1.120 +
   1.121 +STRUCT NAMED_FONT
   1.122 +	{
   1.123 +	LTEXT name;
   1.124 +	WORD height;	// in twips
   1.125 +	WORD flags=0; // a combination of EGulFontFlagXxxxs
   1.126 +	}
   1.127 +
   1.128 +// EIKPRIV.RH
   1.129 +//
   1.130 +// Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies).
   1.131 +//
   1.132 +
   1.133 +STRUCT INT16
   1.134 +	{
   1.135 +	WORD value;
   1.136 +	}
   1.137 +
   1.138 +
   1.139 +// EIKPRTPV.RH
   1.140 +//
   1.141 +// Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies).
   1.142 +//
   1.143 +
   1.144 +// EIKDEF.RH
   1.145 +//
   1.146 +// Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies).
   1.147 +//
   1.148 +
   1.149 +STRUCT RSS_SIGNATURE
   1.150 +    {
   1.151 +    LONG signature=EEikResourceSignatureValue;
   1.152 +    SRLINK self;
   1.153 +    }
   1.154 +
   1.155 +STRUCT TBUF1	{ BUF<1> buf; }
   1.156 +STRUCT TBUF2	{ BUF<2> buf; }
   1.157 +STRUCT TBUF4	{ BUF<4> buf; }
   1.158 +STRUCT TBUF8	{ BUF<8> buf; }
   1.159 +STRUCT TBUF9	{ BUF<9> buf; }
   1.160 +STRUCT TBUF16	{ BUF<16> buf; }
   1.161 +STRUCT TBUF32	{ BUF<32> buf; }
   1.162 +STRUCT TBUF40	{ BUF<40> buf; }
   1.163 +STRUCT TBUF64	{ BUF<64> buf; }
   1.164 +STRUCT TBUF80	{ BUF<80> buf; }
   1.165 +STRUCT TBUF128	{ BUF<128> buf; }
   1.166 +STRUCT TBUF256	{ BUF<256> buf; }
   1.167 +
   1.168 +STRUCT EIK_APP_INFO
   1.169 +    {
   1.170 +    LLINK hotkeys=0;
   1.171 +    LLINK menubar=0;
   1.172 +    LLINK toolbar=0;
   1.173 +    LLINK toolband=0;
   1.174 +    LLINK cba=0;	
   1.175 +    LLINK status_pane=0;
   1.176 +    LLINK custom_app_info_extension=0;	
   1.177 +    }
   1.178 +
   1.179 +STRUCT PAGESIZE
   1.180 +	{
   1.181 +	LONG width=0;
   1.182 +	LONG height=0;
   1.183 +	}
   1.184 +
   1.185 +STRUCT VIEW_ID
   1.186 +	{
   1.187 +	LONG appuid;
   1.188 +	LONG viewuid;
   1.189 +	}
   1.190 +
   1.191 +// EIKSPANE.RH
   1.192 +//
   1.193 +// Copyright (c) 1997-2007 Nokia Corporation and/or its subsidiary(-ies).
   1.194 +//
   1.195 +
   1.196 +
   1.197 +STRUCT STATUS_PANE_SYSTEM_MODEL				// System wide status pane declaration
   1.198 +	{
   1.199 +	STRUCT panes[];							// entire set of valid SPANE_PANEs
   1.200 +	LLINK default_layout;					// default STATUS_PANE_LAYOUT
   1.201 +	LLINK layouts[];						// entire set of STATUS_PANE_LAYOUTs
   1.202 +	}
   1.203 + 
   1.204 +STRUCT SPANE_PANE
   1.205 +	{
   1.206 +	LONG id;
   1.207 +	WORD flags=EEikStatusPaneServerOwned;
   1.208 +	WORD type;
   1.209 +	LLINK resource=0;
   1.210 +	}
   1.211 +
   1.212 +STRUCT STATUS_PANE_LAYOUT
   1.213 +	{
   1.214 +	WORD position;
   1.215 +	STRUCT pane_tree;						// SPANE_LAYOUT_TREE_NODE root of the layout tree
   1.216 +	}
   1.217 +
   1.218 +STRUCT SPANE_LAYOUT_TREE_NODE
   1.219 +	{
   1.220 +	LONG id=0;
   1.221 +	WORD flags;
   1.222 +	WORD size;
   1.223 +	STRUCT sub_panes[];						// SPANE_LAYOUT_TREE_NODE sub panes
   1.224 +	}
   1.225 +
   1.226 +STRUCT STATUS_PANE_APP_MODEL				// Application specific status pane
   1.227 +	{
   1.228 +	LLINK layout=EEikStatusPaneUseDefaults;		// STATUS_PANE_LAYOUT to use for this app
   1.229 +	STRUCT panes[];							// SPANE_PANE overrides to use for this app
   1.230 +	}
   1.231 +
   1.232 +// Notifiers
   1.233 +
   1.234 +STRUCT NOTIFIER_LIST
   1.235 +	{
   1.236 +	LONG dll_uid;
   1.237 +	
   1.238 +	LEN WORD STRUCT notifier_list[]; // notifier data
   1.239 +	}
   1.240 +
   1.241 +STRUCT NOTIFIER_DATA
   1.242 +	{
   1.243 +	LONG notifier_uid;
   1.244 +	}
   1.245 +
   1.246 +#endif