Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Mudbox™ / Community Help / SDK problem
  RSS 2.0 ATOM  

SDK problem
Rate this thread
 
61736
 
Permlink of this thread  
avatar
  • haikalle
  • Posted: 06 November 2011 07:11 PM
  • Total Posts: 8
  • Joined: 17 December 2008 04:40 AM

I have this code:

QWidget *MainMudbox = Kernel()->MainWindow();
QString message(QString("Is mudbox window fullscreen:%1").arg(MainMudbox->isFullScreen));

and I get this error:

error C3867: ‘QWidget::isFullScreen’: function call missing argument list; use ‘&QWidget::isFullScreen’ to create a pointer to member

What I’m doing wrong here? And if this is a totally wrong way to do it. How Can I have access into kernel()->MainWindow data?



Replies: 0