3ds Max C++ API Reference
Loading...
Searching...
No Matches
QmaxMainWindow.h File Reference
#include "../CoreExport.h"
#include "../BuildWarnings.h"
#include <QtWidgets/QMainWindow>

Classes

class  QmaxMainWindow
 This class is used by 3ds Max for its docking UI and should be used as replacement for the standard QMainWindow. More...

Namespaces

namespace  MaxSDK
 An RAII class for automatically closing handle returned from FindFirstFile Example usages: MaxSDK::AutoFindClose findhandle( FindFirstFile(path.data(), &file) );.