00001 // Copyright (c) 2002-2003 Luca Clivio <luca.clivio@maiaproject.org> 00002 // Tel. +39-347-2538040 00003 // via B.Croce 2, 20037 Paderno Dugnano (Milano) - Italy 00004 // 00005 // Developers: 00006 // Simone Mangano <simone.mangano@maiaproject.org> 00007 // Andrea Tosato <andrea.tosato@maiaproject.org> 00008 // 00009 // ----------------------------------------------------------------------------- 00010 // This program is free software; This program is free software; 00011 // you can redistribute it and/or modify it under the terms of the 00012 // GNU General Public License as published by the Free Software Foundation; 00013 // either version 2 of the License, or (at your option) any later version. 00014 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 // GNU General Public License for more details. 00017 // You should have received a copy of the GNU General Public License 00018 // along with this program; if not, write to the Free Software 00019 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00021 00022 #ifndef _omUIFunctions_ 00023 #define _omUIFunctions_ 00024 00025 00026 #include <wx/wx.h> 00027 #include <iostream> 00028 #include <vector> 00029 #include <string> 00030 00031 #include <openmaia/omUIButton.h> 00032 00033 00040 class omUIFunctions { 00041 public: 00042 static void Create2DButtonMap(std::vector<omUIButton *>) ; 00043 } ; 00044 00045 00046 00047 00048 #endif // _omFunctions_
Copyright © by Luca Clivio |