Index

Package: Allegro.Configuration

Description

package Allegro.Configuration is

Subprograms & Entries

Flush_Config_File

procedure Flush_Config_File;

References:

allegro-configuration.ads:13:15 (declaration)
allegro-configuration.ads:53:23 (body)
preferences.adb:57:13 (reference)

Called by:

Preferences.Flush defined at preferences.adb:29:19

Get_Config_Float

function Get_Config_Float
( section, name: String;
def: Float )
return Float;

References:

allegro-configuration.ads:15:14 (declaration)
allegro-configuration.adb:18:14 (body)
allegro-configuration.adb:25:9 (label)
preferences.adb:160:20 (reference)

Called by:

Preferences.Get_Pref defined at preferences.adb:33:18

Calls:

Allegro.Configuration.Get_Config_Float.C_Get_Config_Float defined at allegro-configuration.adb:20:18
To_C defined at i-c.ads:84:13

Get_Config_Hex

function Get_Config_Hex
( section, name: String;
def: Integer )
return Integer;

References:

allegro-configuration.ads:17:14 (declaration)
allegro-configuration.adb:29:14 (body)
allegro-configuration.adb:36:9 (label)

Calls:

Allegro.Configuration.Get_Config_Hex.C_Get_Config_Hex defined at allegro-configuration.adb:31:18
To_C defined at i-c.ads:84:13

Get_Config_Id

function Get_Config_Id
( section, name: String;
def: Integer )
return Integer;

References:

allegro-configuration.ads:19:14 (declaration)
allegro-configuration.adb:7:14 (body)
allegro-configuration.adb:14:9 (label)

Calls:

Allegro.Configuration.Get_Config_Id.C_Get_Config_Id defined at allegro-configuration.adb:9:18
To_C defined at i-c.ads:84:13

Get_Config_Int

function Get_Config_Int
( section, name: String;
def: Integer )
return Integer;

References:

allegro-configuration.ads:21:14 (declaration)
allegro-configuration.adb:40:14 (body)
allegro-configuration.adb:47:9 (label)
applications.adb:297:32 (reference)
applications.adb:329:33 (reference)
applications.adb:345:16 (reference)
applications.adb:349:37 (reference)
applications.adb:350:37 (reference)
applications.adb:357:37 (reference)
applications.adb:358:37 (reference)
applications.adb:486:45 (reference)
applications.adb:487:45 (reference)
preferences.adb:153:20 (reference)
preferences.adb:167:20 (reference)

Called by:

Applications.Init defined at applications.ads:113:14
Applications.Init defined at applications.ads:113:14
Applications.Init defined at applications.ads:113:14
Applications.Init defined at applications.ads:113:14
Applications.Init defined at applications.ads:113:14
Applications.Init defined at applications.ads:113:14
Applications.Init defined at applications.ads:113:14
Applications.Init defined at applications.ads:113:14
Applications.Init defined at applications.ads:113:14
Preferences.Get_Pref defined at preferences.adb:35:18
Preferences.Get_Pref defined at preferences.adb:31:18

Calls:

Allegro.Configuration.Get_Config_Int.C_Get_Config_Int defined at allegro-configuration.adb:42:18
To_C defined at i-c.ads:84:13

Get_Config_String

function Get_Config_String
( section, name, def: String )
return String;

References:

allegro-configuration.ads:23:14 (declaration)
allegro-configuration.adb:51:14 (body)
allegro-configuration.adb:60:9 (label)
preferences.adb:174:20 (reference)

Called by:

Preferences.Get_Pref defined at preferences.adb:37:18

Calls:

Allegro.Configuration.Get_Config_String.C_Get_Config_String defined at allegro-configuration.adb:53:18
To_Ada defined at i-c.ads:88:13
To_C defined at i-c.ads:84:13
Value defined at i-cstrin.ads:66:13

Get_Config_Text

function Get_Config_Text
( msg: String )
return String;

References:

allegro-configuration.ads:25:14 (declaration)
allegro-configuration.adb:64:14 (body)
allegro-configuration.adb:71:9 (label)

Calls:

Allegro.Configuration.Get_Config_Text.C_Get_Config_Text defined at allegro-configuration.adb:66:18
To_Ada defined at i-c.ads:88:13
To_C defined at i-c.ads:84:13
Value defined at i-cstrin.ads:66:13

Override_Config_Data

procedure Override_Config_Data
( data: String );

References:

allegro-configuration.ads:27:15 (declaration)
allegro-configuration.adb:75:15 (body)
allegro-configuration.adb:83:9 (label)

Calls:

Allegro.Configuration.Override_Config_Data.C_Override_Config_Data defined at allegro-configuration.adb:77:19
To_C defined at i-c.ads:84:13

Override_Config_File

procedure Override_Config_File
( filename: String );

References:

allegro-configuration.ads:29:15 (declaration)
allegro-configuration.adb:87:15 (body)
allegro-configuration.adb:94:9 (label)

Calls:

Allegro.Configuration.Override_Config_File.C_Override_Config_File defined at allegro-configuration.adb:89:19
To_C defined at i-c.ads:84:13

Pop_Config_State

procedure Pop_Config_State;

Push_Config_State

procedure Push_Config_State;

Reload_Config_Texts

procedure Reload_Config_Texts
( new_language: String );

References:

allegro-configuration.ads:35:15 (declaration)
allegro-configuration.adb:98:15 (body)
allegro-configuration.adb:105:9 (label)

Calls:

Allegro.Configuration.Reload_Config_Texts.C_Reload_Config_Texts defined at allegro-configuration.adb:100:19
To_C defined at i-c.ads:84:13

Set_Config_Data

procedure Set_Config_Data
( data: String );

References:

allegro-configuration.ads:37:15 (declaration)
allegro-configuration.adb:109:15 (body)
allegro-configuration.adb:117:9 (label)

Calls:

Allegro.Configuration.Set_Config_Data.C_Set_Config_Data defined at allegro-configuration.adb:111:19
To_C defined at i-c.ads:84:13

Set_Config_File

procedure Set_Config_File
( filename: String );

References:

allegro-configuration.ads:39:15 (declaration)
allegro-configuration.adb:121:15 (body)
allegro-configuration.adb:128:9 (label)
preferences.adb:273:13 (reference)

Calls:

Allegro.Configuration.Set_Config_File.C_Set_Config_File defined at allegro-configuration.adb:123:19
To_C defined at i-c.ads:84:13

Set_Config_Float

procedure Set_Config_Float
( section, name: String;
val: Float );

References:

allegro-configuration.ads:41:15 (declaration)
allegro-configuration.adb:132:15 (body)
allegro-configuration.adb:139:9 (label)
preferences.adb:181:13 (reference)

Called by:

Preferences.Set_Pref defined at preferences.adb:39:19

Calls:

Allegro.Configuration.Set_Config_Float.C_Set_Config_Float defined at allegro-configuration.adb:134:19
To_C defined at i-c.ads:84:13

Set_Config_Hex

procedure Set_Config_Hex
( section, name: String;
val: Integer );

References:

allegro-configuration.ads:43:15 (declaration)
allegro-configuration.adb:143:15 (body)
allegro-configuration.adb:150:9 (label)

Calls:

Allegro.Configuration.Set_Config_Hex.C_Set_Config_Hex defined at allegro-configuration.adb:145:19
To_C defined at i-c.ads:84:13

Set_Config_Id

procedure Set_Config_Id
( section, name: String;
val: Integer );

References:

allegro-configuration.ads:45:15 (declaration)
allegro-configuration.adb:154:15 (body)
allegro-configuration.adb:161:9 (label)

Calls:

Allegro.Configuration.Set_Config_Id.C_Set_Config_Id defined at allegro-configuration.adb:156:19
To_C defined at i-c.ads:84:13

Set_Config_Int

procedure Set_Config_Int
( section, name: String;
val: Integer );

References:

allegro-configuration.ads:47:15 (declaration)
allegro-configuration.adb:165:15 (body)
allegro-configuration.adb:172:9 (label)
preferences.adb:188:13 (reference)

Called by:

Preferences.Set_Pref defined at preferences.adb:41:19

Calls:

Allegro.Configuration.Set_Config_Int.C_Set_Config_Int defined at allegro-configuration.adb:167:19
To_C defined at i-c.ads:84:13

Set_Config_String

procedure Set_Config_String
( section, name, val: String );

References:

allegro-configuration.ads:49:15 (declaration)
allegro-configuration.adb:176:15 (body)
allegro-configuration.adb:183:9 (label)
preferences.adb:195:13 (reference)

Called by:

Preferences.Set_Pref defined at preferences.adb:43:19

Calls:

Allegro.Configuration.Set_Config_String.C_Set_Config_String defined at allegro-configuration.adb:178:19
To_C defined at i-c.ads:84:13