api-prototypes.h

Go to the documentation of this file.
00001 
00007 /*
00008     This library is free software; you can redistribute it and/or
00009     modify it under the terms of the GNU Lesser General Public
00010     License as published by the Free Software Foundation; either
00011     version 2.1 of the License, or (at your option) any later version.
00012 
00013     This library is distributed in the hope that it will be useful,
00014     but WITHOUT ANY WARRANTY; without even the implied warranty of
00015     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016     Lesser General Public License for more details.
00017 
00018     You should have received a copy of the GNU Lesser General Public
00019     License along with this library; if not, write to the Free Software
00020     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00021 */
00022 
00023 #ifndef OMGUI_API_PROTOTYPES_H
00024 #define OMGUI_API_PROTOTYPES_H
00025 
00026 namespace omgui {
00027     class MenuBar;
00028     class Menu;
00029     class MenuItem;
00030     class Separator;
00031     class Widget;
00032     class TopLevel;
00033     class Window;
00034     class Panel;
00035     class TableLayout;
00036     class Button;
00037     class TextWidget;
00038     class EntryBox;
00039     class SecureEntryBox;
00040     class TextBox;
00041     class RichTextBox;
00042     class Notebook;
00043     class ComboBox;
00044 
00045     namespace api {
00046         class MenuBar;
00047         class Menu;
00048         class MenuItem;
00049         class Separator;
00050         class Widget;
00051         class TopLevel;
00052         class Window;
00053         class Panel;
00054         class TableLayout;
00055         class Button;
00056         class TextWidget;
00057         class EntryBox;
00058         class SecureEntryBox;
00059         class TextBox;
00060         class RichTextBox;
00061         class Notebook;
00062         class ComboBox;
00063     } // api
00064 } // omgui
00065 
00066 #endif // OMGUI_API_PROTOTYPES_H

doxygen SourceForge.net Logo