diff --git a/docs/classes/OpenSQLManager.Connection_Manager.html b/docs/classes/OpenSQLManager.Connection_Manager.html index 6b28745..63b263b 100644 --- a/docs/classes/OpenSQLManager.Connection_Manager.html +++ b/docs/classes/OpenSQLManager.Connection_Manager.html @@ -58,15 +58,25 @@
  • Create the window
    __construct()
  • +
  • Adds a connection to the connection manager
    add_conn()
  • +
  • Set defaults for new database type
    change_db()
  • +
  • Test a db connection, and display a popup with the result
    test_conn()
  • Layout fields on the form
    _layout()
  • Get the list of available database types
    get_available_dbs()
  • + +
  • Get the values of the widgets in the window
    _get_vals()
  • +
  • Hides a list of elements
    _hide()
  • +
  • Shows a list of elements
    _show()
  • Array of fields for Connection Information manipulation
    $fields
  • +
  • Array of labels for Connection Information manipulation
    $labels
  • +
  • BTN_ADD
    BTN_ADD
  • +
  • BTN_TEST
    BTN_TEST
  • COMBO_DB_TYPE
    COMBO_DB_TYPE
  • FILE_DB_FILE
    FILE_DB_FILE
  • TXT_CONN_NAME
    TXT_CONN_NAME
  • @@ -118,6 +128,36 @@

    mixed

    +
    +

    Adds a connection to the connection manager

    +
    add_conn($event) : void
    +
    +
    +

    +

    Parameters

    +
    +

    $event

    +

    wxCommandEvent

    +
    +
    +
    +

    Set defaults for new database type

    +
    change_db($event) : void
    +
    +
    +

    +

    Parameters

    +
    +

    $event

    +

    wxCommandEvent

    +
    +
    +
    +

    Test a db connection, and display a popup with the result

    +
    test_conn() : void
    +
    +

    +

    Layout fields on the form

    _layout($params) 
    @@ -136,6 +176,40 @@

    return array

    +
    +

    Get the values of the widgets in the window

    +
    _get_vals() : object
    +
    +
    +

    +

    Returns

    +
    object
    +
    +
    +
    +

    Hides a list of elements

    +
    _hide($ctrls) 
    +
    +
    +

    +

    Parameters

    +
    +

    $ctrls

    +

    array

    +
    +
    +
    +

    Shows a list of elements

    +
    _show($ctrls) 
    +
    +
    +

    +

    Parameters

    +
    +

    $ctrls

    +

    array

    +
    +

     Properties

     
    @@ -144,8 +218,26 @@

    + 
    +

    Array of labels for Connection Information manipulation

    +
    $labels : array
    +
    +

    +

     Constants

    + 
    +

    BTN_ADD

    +
    BTN_ADD 
    +
    +

    +
    + 
    +

    BTN_TEST

    +
    BTN_TEST 
    +
    +

    +
     

    COMBO_DB_TYPE

    COMBO_DB_TYPE 
    @@ -201,7 +293,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/classes/OpenSQLManager.Connection_Sidebar.html b/docs/classes/OpenSQLManager.Connection_Sidebar.html index d261600..7f5fed9 100644 --- a/docs/classes/OpenSQLManager.Connection_Sidebar.html +++ b/docs/classes/OpenSQLManager.Connection_Sidebar.html @@ -62,6 +62,8 @@
  • Return the current instance of the class
    get_instance()
  • Right-click event to create context menu
    menu()
  • Handler for context menu options
    menu_event()
  • + +
  • Add the existing items to the connection sidebar
    _layout()
  • @@ -73,7 +75,7 @@
  • Reference to the list control that holds the connections
    $list
  • -
  • BUTTON_ADD
    BUTTON_ADD
  • +
  • BTN_ADD
    BTN_ADD
  • MENU_CONNECT
    MENU_CONNECT
  • MENU_DELETE_CONNECT
    MENU_DELETE_CONNECT
  • MENU_DISCONNECT
    MENU_DISCONNECT
  • @@ -168,6 +170,12 @@

    wxEvent

    +
    +

    Add the existing items to the connection sidebar

    +
    _layout() : void
    +
    +

    +

     Properties

     
    @@ -202,9 +210,9 @@

     Constants

    - 
    -

    BUTTON_ADD

    -
    BUTTON_ADD 
    + 
    +

    BTN_ADD

    +
    BTN_ADD 

    @@ -239,7 +247,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/classes/OpenSQLManager.DB_Reg.html b/docs/classes/OpenSQLManager.DB_Reg.html index edeebcf..2499901 100644 --- a/docs/classes/OpenSQLManager.DB_Reg.html +++ b/docs/classes/OpenSQLManager.DB_Reg.html @@ -161,7 +161,7 @@ and organizes database connections

    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/classes/OpenSQLManager.DB_tabs.html b/docs/classes/OpenSQLManager.DB_tabs.html index 57b11b6..80e7487 100644 --- a/docs/classes/OpenSQLManager.DB_tabs.html +++ b/docs/classes/OpenSQLManager.DB_tabs.html @@ -147,7 +147,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/classes/OpenSQLManager.Data_Grid.html b/docs/classes/OpenSQLManager.Data_Grid.html index fc7e836..cba5faf 100644 --- a/docs/classes/OpenSQLManager.Data_Grid.html +++ b/docs/classes/OpenSQLManager.Data_Grid.html @@ -105,7 +105,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/classes/OpenSQLManager.Main.html b/docs/classes/OpenSQLManager.Main.html index 059425d..5634955 100644 --- a/docs/classes/OpenSQLManager.Main.html +++ b/docs/classes/OpenSQLManager.Main.html @@ -127,13 +127,9 @@ Create menus, hboxes, vboxs and other widgets
    _main_layout()

    Create the menu for the program

    -
    _create_menu() : \OpenSQLManager\GtkMenuBar
    +
    _create_menu() : void
    -
    -

    -

    Returns

    -
    \OpenSQLManager\GtkMenuBar
    -
    +

    Layout the main interface @@ -169,7 +165,7 @@ Create menus, hboxes, vboxs and other widgets

    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/classes/OpenSQLManager.OpenSQLManager.html b/docs/classes/OpenSQLManager.OpenSQLManager.html index 64578ee..69ce2e3 100644 --- a/docs/classes/OpenSQLManager.OpenSQLManager.html +++ b/docs/classes/OpenSQLManager.OpenSQLManager.html @@ -108,7 +108,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/classes/OpenSQLManager.Settings.html b/docs/classes/OpenSQLManager.Settings.html index b3c2218..d6df4e4 100644 --- a/docs/classes/OpenSQLManager.Settings.html +++ b/docs/classes/OpenSQLManager.Settings.html @@ -253,7 +253,7 @@ directly - the settings should be safe!
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/deprecated.html b/docs/deprecated.html index e3c671a..4724d22 100644 --- a/docs/deprecated.html +++ b/docs/deprecated.html @@ -67,7 +67,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/errors.html b/docs/errors.html index 1495617..ccf04b3 100644 --- a/docs/errors.html +++ b/docs/errors.html @@ -79,7 +79,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/graph_class.html b/docs/graph_class.html index cf3365f..eef2af2 100644 --- a/docs/graph_class.html +++ b/docs/graph_class.html @@ -64,7 +64,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/index.html b/docs/index.html index 37654e2..5c58a13 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,7 +86,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/markers.html b/docs/markers.html index 8298df8..7e65373 100644 --- a/docs/markers.html +++ b/docs/markers.html @@ -69,7 +69,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/namespaces/OpenSQLManager.html b/docs/namespaces/OpenSQLManager.html index ac7dceb..2c0240a 100644 --- a/docs/namespaces/OpenSQLManager.html +++ b/docs/namespaces/OpenSQLManager.html @@ -281,7 +281,7 @@ with array_map and glob
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/packages/.html b/docs/packages/.html index 9cfd145..ae3f797 100644 --- a/docs/packages/.html +++ b/docs/packages/.html @@ -67,7 +67,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/packages/Default.html b/docs/packages/Default.html index 5cfabd8..a336cc8 100644 --- a/docs/packages/Default.html +++ b/docs/packages/Default.html @@ -108,7 +108,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/packages/OpenSQLManager.Widgets.html b/docs/packages/OpenSQLManager.Widgets.html index 25d032e..cb4d7b3 100644 --- a/docs/packages/OpenSQLManager.Widgets.html +++ b/docs/packages/OpenSQLManager.Widgets.html @@ -113,7 +113,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/packages/OpenSQLManager.Windows.html b/docs/packages/OpenSQLManager.Windows.html index bc78937..7d580f2 100644 --- a/docs/packages/OpenSQLManager.Windows.html +++ b/docs/packages/OpenSQLManager.Windows.html @@ -89,7 +89,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/packages/OpenSQLManager.html b/docs/packages/OpenSQLManager.html index 6a4d3c6..f8916c5 100644 --- a/docs/packages/OpenSQLManager.html +++ b/docs/packages/OpenSQLManager.html @@ -285,7 +285,7 @@ with array_map and glob
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/packages/Query.Helper Classes.html b/docs/packages/Query.Helper Classes.html index d0bee85..abd621f 100644 --- a/docs/packages/Query.Helper Classes.html +++ b/docs/packages/Query.Helper Classes.html @@ -97,7 +97,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/packages/Query.html b/docs/packages/Query.html index 196b3da..ee5011e 100644 --- a/docs/packages/Query.html +++ b/docs/packages/Query.html @@ -103,7 +103,7 @@
    + generated on 2012-06-05T14:38:46-04:00.
    diff --git a/docs/structure.xml b/docs/structure.xml index 279cc62..e0fb7ce 100644 --- a/docs/structure.xml +++ b/docs/structure.xml @@ -1,6 +1,6 @@ - + Free Database manager for Open Source Databases

    ]]>
    @@ -10,9 +10,6 @@
    - - /common/functions.php - /db/autoload.php @@ -248,7 +245,7 @@ and organizes database connections

    ]]>
    - + Free Database manager for Open Source Databases

    ]]>
    @@ -402,47 +399,47 @@ directly - the settings should be safe!]]> - + remove_db function - + - + string - + $name - + get_dbs function - + - + array - + get_db function - + - + string - + object - + $name @@ -537,7 +534,7 @@ directly - the settings should be safe!]]>
    - + Free Database manager for Open Source Databases

    ]]>
    @@ -574,7 +571,7 @@ directly - the settings should be safe!]]> - BUTTON_ADD + BTN_ADD @@ -663,57 +660,68 @@ directly - the settings should be safe!]]> - + menu function - + - - + + void - + $event - + menu_event function - + - - + + void - + $event - + add_conn function - + - - + + void - + $event + + _layout + function + + + + + void + + +
    @@ -842,7 +850,7 @@ directly - the settings should be safe!]]> - + Free Database manager for Open Source Databases

    ]]>
    @@ -894,62 +902,165 @@ directly - the settings should be safe!]]> TXT_DB_PASS - + + BTN_TEST + + + + BTN_ADD + + + $fields - + - + array - + + $labels + + + + + + array + + + + __construct function - + - - + + - + $parent - + $params - + _layout function - + - + - + $params - + get_available_dbs function - + return array

    ]]>
    + + add_conn + function + + + + + + void + + + + $event + + + + + + change_db + function + + + + + + void + + + + $event + + + + + + test_conn + function + + + + + void + + + + + _get_vals + function + + + + + object + + + + + _hide + function + + + + + + + $ctrls + + + + + + _show + function + + + + + + + $ctrls + + + +
    - + Free Database manager for Open Source Databases

    ]]>
    @@ -1055,14 +1166,14 @@ Create menus, hboxes, vboxs and other widgets]]>
    - + _create_menu function - + - - \OpenSQLManager\GtkMenuBar + + void