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

Classes

class  QmaxToolBar
 This class is used by 3ds Max for the docking toolbars and should be used as replacement for the standard QToolBar. More...

Namespaces

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