#include "hugin_utils/utils.h"#include "panoinc.h"#include <config.h>#include <GL/glew.h>#include <base_wx/platform.h>#include <wx/settings.h>#include <wx/dcclient.h>#include <wx/event.h>#include "GLViewer.h"#include "GLRenderer.h"#include "TextureManager.h"#include "MeshManager.h"#include "ToolHelper.h"#include "GLPreviewFrame.h"#include "hugin/huginApp.h"Include dependency graph for GLViewer.cpp:

Go to the source code of this file.
Classes | |
| class | wxTextWrapper |
Defines | |
| #define | GLEW_STATIC |
Functions | |
| wxString | WrapText (wxWindow *win, const wxString &text, int widthMax) |
Darko Makreshanski
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition in file GLViewer.cpp.
|
|
Definition at line 32 of file GLViewer.cpp. |
|
||||||||||||||||
|
Definition at line 150 of file GLViewer.cpp. References wxTextWrapper::OnNewLine(), wxTextWrapper::OnOutputLine(), and wxTextWrapper::Wrap(). Referenced by GLViewer::Redraw(). |
1.3.9.1