Main Window Class

Creates and displays the main interface window

package OpenSQLManager
subpackage Windows

 Methods

Create and display the main window on startup

__construct() 

Some cleanup for when the main window is closed

__destruct() : void

Display About menu with version information

about() : void

Exits the wx loop

quit() : void

Create the menu for the program

_create_menu() : void

Layout the main interface Create menus, hboxes, vboxs and other widgets

_main_layout() : void

 Properties

 

Reference to split window

$split : \OpenSQLManager\wxSplitterWindow

 

Reference to connection sidebar instance

$connection_sidebar : \OpenSQLManager\Connection_Sidebar

 

Reference to settings instance

$settings : \OpenSQLManager\Settings