File List

Here is a list of all files with brief descriptions:
include/omgui/api-prototypes.h [code]Class prototypes
include/omgui/app.h [code]Omgui::App declaration
include/omgui/button.h [code]Omgui::Button declaration
include/omgui/combobox.h [code]Omgui::ComboBox declaration
include/omgui/debug.h [code]Stream like object for outputting debug information
include/omgui/dllimpexp.h [code]Contains helper macros for exporting and importing symbols from omgui dynamic library builds
include/omgui/entrybox.h [code]Omgui::EntryBox declaration
include/omgui/event-id.h [code]Event id declarations
include/omgui/event.h [code]Declarations for the event system
include/omgui/eventloop.h [code]Declares the EventLoop object
include/omgui/exception.h [code]Omgui::Exception declaration
include/omgui/macros.h [code]Various macros
include/omgui/main.h [code]Declaration of the omgui::main() entry function and the platform specific entry function. The entry function is a wrapper for omgui::entry which is implemented within the library
include/omgui/menu.h [code]Omgui::Menu declaration
include/omgui/menubar.h [code]Omgui::MenuBar declaration
include/omgui/menuitems.h [code]Omgui::MenuItem and subclass declaration
include/omgui/notebook.h [code]Omgui::Notebook declaration
include/omgui/object.h [code]Omgui::Object declaration
include/omgui/panel.h [code]Omgui::Panel declaration
include/omgui/refcount.h [code]Defines the reference countable type omgui::RefCountable
include/omgui/secureentrybox.h [code]Omgui::SecureEntryBox declaration
include/omgui/tablelayout.h [code]TableLayout declaration
include/omgui/textbox.h [code]Omgui::TextBox declaration
include/omgui/textwidget.h [code]Omgui::TextWidget declaration
include/omgui/toplevel.h [code]Omgui::TopLevel declaration
include/omgui/types.h [code]Basic omgui types
include/omgui/widget.h [code]Omgui::Widget declaration
include/omgui/window.h [code]Omgui::Window declaration
include/omgui/api/button.h [code]Button interface declaration
include/omgui/api/combobox.h [code]ComboBox interface declaration
include/omgui/api/entrybox.h [code]EntryBox interface declaration
include/omgui/api/eventloop.h [code]Declares the EventLoop object API
include/omgui/api/menu.h [code]Menu interface declaration
include/omgui/api/menubar.h [code]MenuBar interface declaration
include/omgui/api/menuitems.h [code]MenuItem and subclass interface declaration
include/omgui/api/notebook.h [code]Notebook interface declaration
include/omgui/api/object.h [code]Omgui::api::Object declaration
include/omgui/api/panel.h [code]Panel interface declaration
include/omgui/api/secureentrybox.h [code]SecureEntryBox interface declaration
include/omgui/api/tablelayout.h [code]TableLayout interface declaration
include/omgui/api/textbox.h [code]TextBox interface declaration
include/omgui/api/textwidget.h [code]TextWidget interface declaration
include/omgui/api/toplevel.h [code]TopLevel interface declaration
include/omgui/api/widget.h [code]Widget interface declaration
include/omgui/api/window.h [code]Window interface declaration
include/omgui/cocoa/button.h [code]Cocoa version of api::Button
include/omgui/cocoa/combobox.h [code]Cocoa version of omgui::api::ComboBox
include/omgui/cocoa/entrybox.h [code]Cocoa version of omgui::api::EntryBox
include/omgui/cocoa/eventloop.h [code]Declares the EventLoop object
include/omgui/cocoa/menu.h [code]Declaration of omgui::cocoa::Menu
include/omgui/cocoa/menubar.h [code]Declaration of omgui::cocoa::MenuBar
include/omgui/cocoa/menuitems.h [code]Declaration of omgui::cocoa::MenuItem and its subclasses
include/omgui/cocoa/notebook.h [code]Cocoa version of omgui::api::Notebook
include/omgui/cocoa/panel.h [code]Cocoa version of omgui::api::Panel
include/omgui/cocoa/secureentrybox.h [code]Cocoa version of omgui::api::SecureEntryBox
include/omgui/cocoa/tablelayout.h [code]Cocoa version of omgui::api::TableLayout
include/omgui/cocoa/textbox.h [code]Cocoa version of omgui::api::TextBox
include/omgui/cocoa/textwidget.h [code]Cocoa version of omgui::api::TextWidget
include/omgui/cocoa/utils.h [code]Cocoa utilities
include/omgui/cocoa/widget.h [code]Cocoa version of api::Widget
include/omgui/cocoa/window.h [code]Cocoa version of api::Window
include/omgui/common/button.h [code]Omgui::common::Button declaration
include/omgui/common/combobox.h [code]Omgui::common::ComboBox declaration
include/omgui/common/entrybox.h [code]Omgui::common::EntryBox declaration
include/omgui/common/notebook.h [code]Omgui::common::Notebook declaration
include/omgui/common/panel.h [code]Omgui::common::Panel declaration
include/omgui/common/secureentrybox.h [code]Omgui::common::SecureEntryBox declaration
include/omgui/common/tablelayout.h [code]TableLayout implementation declarations
include/omgui/common/textbox.h [code]Omgui::common::TextBox declaration
include/omgui/common/textwidget.h [code]Omgui::common::TextWidget declaration
include/omgui/common/widget.h [code]Omgui::common::Widget declaration
include/omgui/common/window.h [code]Omgui::common::Window declaration
include/omgui/gtk2/button.h [code]Gtk2 version of omgui::api::Button
include/omgui/gtk2/combobox.h [code]Gtk2 version of omgui::api::ComboBox
include/omgui/gtk2/cpaffixed.h [code]Custom container derived from GtkFixed
include/omgui/gtk2/entrybox.h [code]Gtk2 version of omgui::api::EntryBox
include/omgui/gtk2/eventloop.h [code]Declares the EventLoop object
include/omgui/gtk2/gtk.h [code]Common header for gtk2 implementation
include/omgui/gtk2/menu.h [code]Declaration of omgui::gtk2::Menu
include/omgui/gtk2/menubar.h [code]Declaration of omgui::gtk2::MenuBar
include/omgui/gtk2/menuitems.h [code]Declaration of omgui::gtk2::MenuItem and its subclasses
include/omgui/gtk2/notebook.h [code]Gtk2 version of omgui::api::Notebook
include/omgui/gtk2/panel.h [code]Gtk2 version of omgui::api::Panel
include/omgui/gtk2/secureentrybox.h [code]Gtk2 version of omgui::api::SecureEntryBox
include/omgui/gtk2/tablelayout.h [code]Gtk2 version of omgui::api::TableLayout
include/omgui/gtk2/textbox.h [code]Gtk2 version of omgui::api::TextBox
include/omgui/gtk2/utils.h [code]Gtk2 utils
include/omgui/gtk2/widget.h [code]Gtk2 version of omgui::api::Widget
include/omgui/gtk2/window.h [code]Gtk2 version of omgui::api::Window
include/omgui/initializer/button.h [code]Initializer classes for omgui::Button
include/omgui/initializer/combobox.h [code]Initializer classes for omgui::ComboBox
include/omgui/initializer/entrybox.h [code]Initializer classes for omgui::EntryBox
include/omgui/initializer/notebook.h [code]Initializer classes for omgui::Notebook
include/omgui/initializer/panel.h [code]Initializer classes for omgui::Panel
include/omgui/initializer/secureentrybox.h [code]Initializer classes for omgui::SecureEntryBox
include/omgui/initializer/tablelayout.h [code]Initializer classes for omgui::Panel
include/omgui/initializer/textbox.h [code]Initializer classes for omgui::TextBox
include/omgui/initializer/textwidget.h [code]Initializer classes for omgui::TextWidget
include/omgui/initializer/widget.h [code]Initializer classes for omgui::Widget
include/omgui/initializer/window.h [code]Initializer classes for omgui::Window
include/omgui/private/factory.h [code]Private widget factory declarations
include/omgui/win32/button.h [code]Win32 version of omgui::api::Button
include/omgui/win32/combobox.h [code]Win32 version of omgui::api::ComboBox
include/omgui/win32/entrybox.h [code]Win32 version of omgui::api::EntryBox
include/omgui/win32/eventloop.h [code]Declares the EventLoop object
include/omgui/win32/menu.h [code]Declaration of omgui::win32::Menu
include/omgui/win32/menubar.h [code]Declaration of omgui::win32::MenuBar
include/omgui/win32/menuitems.h [code]Declaration of omgui::win32::MenuItem and its subclasses
include/omgui/win32/msgnames.h [code]Conversion from Win32 message values into their names
include/omgui/win32/notebook.h [code]Win32 version of omgui::api::Notebook
include/omgui/win32/panel.h [code]Win32 version of omgui::api::Panel
include/omgui/win32/secureentrybox.h [code]Win32 version of omgui::api::SecureEntryBox
include/omgui/win32/tablelayout.h [code]Win32 version of omgui::api::TableLayout
include/omgui/win32/textbox.h [code]Win32 version of omgui::api::TextBox
include/omgui/win32/textwidget.h [code]Win32 version of omgui::api::TextWidget
include/omgui/win32/theme.h [code]Runtime checking for uxtheme support
include/omgui/win32/widget.h [code]Win32 version of omgui::api::Widget
include/omgui/win32/win.h [code]Declarations for various win32 port stuff
include/omgui/win32/window.h [code]Win32 version of omgui::api::Window
src/omgui/api.cppImplements the omgui::api::Object dtor
src/omgui/app.cppImplementation of App
src/omgui/button.cppImplementation of Button
src/omgui/combobox.cppImplementation of ComboBox
src/omgui/entrybox.cppImplementation of EntryBox
src/omgui/event-id.cppEvent id declarations
src/omgui/event.cppImplementation of the event system
src/omgui/eventloop.cppImplements the EventLoop object
src/omgui/exception.cppImplementation of Exception
src/omgui/factory.cppImplementation for things in the omgui::factory namespace
src/omgui/main.cppImplementation of the entry function
src/omgui/menu.cppImplementation of omgui::Menu
src/omgui/menubar.cppImplementation of omgui::MenuBar
src/omgui/menuitems.cppImplementation of omgui::MenuItem and its subclasses
src/omgui/notebook.cppImplementation of Notebook
src/omgui/object.cppImplementation of Object
src/omgui/panel.cppImplementation of omgui::Panel
src/omgui/refcount.cppImplements reference counting functions to support boost::intrusive_tr
src/omgui/secureentrybox.cppImplementation of SecureEntryBox
src/omgui/tablelayout.cppTableLayout implementation
src/omgui/textbox.cppImplementation of TextBox
src/omgui/textwidget.cppImplementation of TextWidget
src/omgui/toplevel.cppImplementation of TopLevel
src/omgui/types.cppImplementation of basic omgui types
src/omgui/widget.cppImplementation of omgui::Widget
src/omgui/window.cppImplementation of omgui::Window
src/omgui/cocoa/app.mmImplementation of omgui::App for Cocoa
src/omgui/cocoa/button.mmImplementation of Cocoa button
src/omgui/cocoa/combobox.mmImplementation of omgui::cocoa::ComboBox
src/omgui/cocoa/entrybox.mmImplementation of EntryBox
src/omgui/cocoa/eventloop.mmImplements the EventLoop object for cocoa
src/omgui/cocoa/factory.mmImplementation of Cocoa factory
src/omgui/cocoa/menu.mmImplementation of omgui::cocoa::Menu and omgui::Menu ctor
src/omgui/cocoa/menubar.mmImplementation of omgui::cocoa::MenuBar and omgui::MenuBar ctor
src/omgui/cocoa/menuitems.mmImplementation of omgui::cocoa::MenuItem, its subclasses, and their constructors
src/omgui/cocoa/notebook.mmImplementation of omgui::cocoa::Notebook
src/omgui/cocoa/panel.mmImplementation of omgui::cocoa::Panel
src/omgui/cocoa/secureentrybox.mmImplementation of omgui::cocoa::SecureEntryBox
src/omgui/cocoa/tablelayout.mmImplementation of omgui::cocoa::TableLayout
src/omgui/cocoa/textbox.mmImplementation of TextBox
src/omgui/cocoa/textwidget.mmImplementation of omgui::cocoa::TextWidget
src/omgui/cocoa/utils.mmCocoa utilities
src/omgui/cocoa/widget.mmImplementation of Cocoa widget
src/omgui/cocoa/window.mmImplementation of Cocoa window
src/omgui/common/combobox.cppOmgui::common::ComboBox implementation
src/omgui/common/notebook.cppTableLayout implementation
src/omgui/common/panel.cppTableLayout implementation
src/omgui/common/secureentrybox.cppOmgui::common::SecureEntryBox implementation
src/omgui/common/tablelayout.cppTableLayout implementation
src/omgui/common/widget.cppTableLayout implementation
src/omgui/gtk2/app.cppImplementation of omgui::App::run() for gtk2
src/omgui/gtk2/button.cppImplementation of omgui::gtk2::Button
src/omgui/gtk2/combobox.cppImplementation of omgui::gtk2::ComboBox
src/omgui/gtk2/cpaffixed.cCustom container derived from GtkFixed
src/omgui/gtk2/entrybox.cppImplementation of omgui::gtk2::EntryBox
src/omgui/gtk2/eventloop.cppImplements the EventLoop object for gtk2
src/omgui/gtk2/factory.cppImplementation of gtk2 factory
src/omgui/gtk2/menu.cppImplementation of omgui::gtk2::Menu and omgui::Menu ctor
src/omgui/gtk2/menubar.cppImplementation of omgui::gtk2::MenuBar and omgui::MenuBar ctor
src/omgui/gtk2/menuitems.cppImplementation of omgui::gtk2::MenuItem, its subclasses, and their constructors
src/omgui/gtk2/notebook.cppImplementation of omgui::gtk2::Notebook
src/omgui/gtk2/panel.cppImplementation of omgui::gtk2::Panel
src/omgui/gtk2/secureentrybox.cppImplementation of omgui::gtk2::SecureEntryBox
src/omgui/gtk2/tablelayout.cppImplementation of omgui::gtk2::TableLayout
src/omgui/gtk2/textbox.cppImplementation of omgui::gtk2::TextBox
src/omgui/gtk2/utils.cppGtk2 utils
src/omgui/gtk2/widget.cppImplementation of gtk2 widget
src/omgui/gtk2/window.cppImplementation of gtk2 window
src/omgui/initializer/button.cppOmgui::Button initializer implementation
src/omgui/initializer/combobox.cppOmgui::ComboBox initializer implementation
src/omgui/initializer/entrybox.cppOmgui::EntryBox initializer implementation
src/omgui/initializer/notebook.cppOmgui::Notebook initializer implementation
src/omgui/initializer/panel.cppOmgui::Panel initializer implementation
src/omgui/initializer/secureentrybox.cppOmgui::SecureEntryBox initializer implementation
src/omgui/initializer/tablelayout.cppOmgui::TableLayout initializer implementation
src/omgui/initializer/textbox.cppOmgui::TextBox initializer implementation
src/omgui/initializer/textwidget.cppOmgui::TextWidget initializer implementation
src/omgui/initializer/widget.cppOmgui::Widget initializer implementation
src/omgui/initializer/window.cppOmgui::Window initializer implementation
src/omgui/win32/app.cppImplementation of the parts of omgui::App which are implementation specific
src/omgui/win32/button.cppImplementation of omgui::win32::Button
src/omgui/win32/combobox.cppImplementation of omgui::win32::ComboBox
src/omgui/win32/entrybox.cppImplementation of omgui::win32::TextBox
src/omgui/win32/eventloop.cppImplements the EventLoop object for win32
src/omgui/win32/factory.cppImplementation of win32 widget factories
src/omgui/win32/menu.cppImplementation of omgui::win32::Menu and omgui::Menu ctor
src/omgui/win32/menubar.cppImplementation of omgui::win32::MenuBar and omgui::MenuBar ctor
src/omgui/win32/menuitems.cppImplementation of omgui::win32::MenuItem, its subclasses, and their constructors
src/omgui/win32/notebook.cppImplementation of omgui::win32::Notebook
src/omgui/win32/panel.cppImplementation of omgui::win32::Panel
src/omgui/win32/secureentrybox.cppImplementation of omgui::win32::SecureEntryBox
src/omgui/win32/tablelayout.cppImplementation of omgui::win32::TableLayout
src/omgui/win32/textbox.cppImplementation of omgui::win32::TextBox
src/omgui/win32/textwidget.cppImplementation of omgui::win32::TextWidget
src/omgui/win32/theme.cppRuntime checking for uxtheme support
src/omgui/win32/widget.cppImplementation of omgui::win32::Widget
src/omgui/win32/win.cppImplementation of various things for the win32 port
src/omgui/win32/window.cppImplementation of omgui::win32::Window

doxygen SourceForge.net Logo