Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



M:

main document file

The file currently interfaced to by an application's document. It can contain other files as embedded objects.

See also: document, file

major build number

The number used to represent a significantly different software release e.g. in App 3.1, the major build number is 3.

See also: minor build number

makefile

A file containing all the information necessary to specify how to build projects in various environments; generated by the makmake tool from a .mmp file.

Makesis

Program that uses a package file to create EPOC installation file (sis file).

See also: sis file, package file

margins

A set of measurements (in twips), defining the insetting of the top, bottom, left and right edges of a rectangular object, e.g. a picture.

See also: picture

markup information

Information that is not part of a rich text object's text content, and which may be stored in a separate stream from the text. Consists of specific paragraph and character formatting, the style list, if owned by the object itself, and pictures. Fields are not markup information.

See also: specific formatting

mask

Bitmap defining transparent regions of another bitmap.

maximum length

The maximum length of data that a modifiable type descriptor is capable of holding.

MCF

Message Confirmation. Indicates that a complete message has been received and that additional messages may follow.

ME

Mobile Equipment. E.g. a mobile phone.

MEAD

Minimal Eikon Application Developer. A GUI tool that creates the source, resource, makefiles and build configuration files for a basic DFRD generic Symbian application.

media

The media for storing information: may be a disk, a ROM, a flash RAM, etc; may be removable or non-removable; may be divided into one or more partitions.

See also: device, partition

media server APIs

Provides audio and image manipulation.

menu bar

A strip of menu headings normally hidden off-screen. The menu items on a menu bar send commands to an application when selected.

An application's menu bar and the commands it sends, are defined in its resource file.

See also: command, menu item

Memory manager

Quartz specific manager that can request applications to free memory or close down background applications in low memory conditions.

menu builder

An application tool designed to assist developers in the creation of menu structures for Symbian applications.

menu item

An item on a menu bar. A menu item has an associated command.

See also: menu bar, command

message

A data structure which the server uses to communicate with a client. It contains an opcode specifying the service request and a message argument array that is used when reading from and writing to the client.

See also: message argument array

message argument array

An array of pointers to message arguments in the client address space. This array is used by the kernel to create a message that facilitates reading and writing to the client from the server.

See also: message

Message Server

The server that maintains and controls access to all the entries within the messaging system.

Message Server session

The channel of communication between a client and the Message Server.

message service function

A member function in a server session (or object) class which implements the servicing of a specific message request from a client program.

See also: server-side session, object

message slots

Determines the number of outstanding requests a client may have with a server at any one time.

message store

An EPOC direct file stream store associated with a Message Server entry that holds message body text, and protocol-specific data.

MIME

Multipurpose Internet Mail Extensions.

See also: application information file

MIME

Multi-purpose Internet Mail Extensions: first proposed in RFC 2045-2049, and continually updated by newer RFCs. A protocol whereby an Internet mail message can be composed of several independent items, including binary and application-specific data.

minor build number

The number used to represent a sub-release e.g. in App 3.1, the minor build number is 1.

See also: major build number

mixin

A protocol definition designed for 'mixing in' in with primary base classes. The basis of the only use of multiple inheritance allowed in EPOC software. Mixins should contain only pure virtual member functions. This means they only describe the expected behaviour of an object.

mixin protocol

A set of functions defining a protocol for interaction between one class and another. It can be defined by some virtual functions in a primary base class, or in a mixin class.

See also: interface, mixin

mobile country code

Uniquely identifies the country of domicile of the mobile subscriber.

mobile network code

Identifies the home GSM PLMN for the mobile subscriber.

See also: PLMN

model

Another word for an application engine.

See also: MVC, engine

model

An object used to store the current state of an application or the file it is currently editing.

See also: app UI, document

Model, View, Controller

A way of partitioning the design of software. The "model" is the internal workings of the program (the algorithms), the "view" is how the user sees the state of the model and the "controller" is how the user changes the state or provides input.

See also: MVC

modem connection status

Indicates whether the modem is connected or disconnected, or if the connection mode cannot be determined.

modifier changed event

An event generated by the window server when the state of one of the modifier keys changes.

See also: modifier key

modifier key

The SHIFT, CTRL and FN keys.

module definition file

File with .def extension, which specifies an ordinal value for each named function or data item to be exported from the DLL. It is used during an ordinal build to insert ordinal information into the DLL export table, allowing exports to be accessed by ordinal from user programs.

See also: DLL, export, ordinal build

mover

A control for moving other controls: dragging the pointer generates events to request the control's observer need to move. All dialogs contain a mover control.

See also: control

MPS

Multipage Signal. Indicates the end of a complete page of fax information, and to return to the beginning of phase C upon receipt of a confirmation.

MS

Mobile Station. This comprises the mobile equipment (usually a phone) and the SIM card.

MTM

Message type module: a group of components that together provide message handling for a particular protocol.

MTM component

A library that provides an implementation of an Client-side MTM, User Interface MTM, UI Data MTM, or Server-side MTM.

MTM type UID

UID that defines whether a particular MTM component is a Client-side MTM, User Interface MTM, UI Data MTM, or Server-side MTM.

multi-bitmap file format

Symbian bitmap file format.

multi-field numeric editor

A control that supports editing of a number of numeric fields.

Multipurpose Internet Mail Extensions

Also known as MIME.

See also: MIME

mutex

A Kernel object used to serialise access to a resource, which may be shared between threads across processes. Access to the mutex is through an RMutex handle.