Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Train

Pages: [1]
1
Window / Possible to embed a rendering window inside a window
« on: August 29, 2009, 08:24:47 pm »
should the Editor be considered its parent?

2
Window / Possible to embed a rendering window inside a window
« on: August 29, 2009, 08:03:10 pm »
Switched to Qt but am having a few issues

My EditorCanvas extends QSFMLCanvas

and when i do

Code: [Select]
class Editor : public QMainWindow
{
public:
....
private:
EditorCanvas canvas;
}



and then do

Code: [Select]
canvas = EditorCanvas(...)

I get

Quote
Error   2   error C2248: 'QTimer::operator =' : cannot access private member declared in class 'QTimer'   c:\documents and settings\administrator\my documents\visual studio 2008\projects\sfmlengine\sfmlengine\QSFMLCanvas.h   27



also, since Editor extends QMainWindow, should I pass this as the parent of EditorCanvas?

3
Window / Possible to embed a rendering window inside a window
« on: August 26, 2009, 07:03:14 am »
yay, exactly what I wanted....but now I remember how much I hate w32's window code

4
Window / Possible to embed a rendering window inside a window
« on: August 26, 2009, 03:22:25 am »
Is it possible to embed a rendering window inside a window?

As in a viewport inside a map editor.

Like this

Pages: [1]
anything