This class implements the "named parameter idiom" for the MaterialBrowser::DialogT. More...
#include "MaterialBrowserDialog.hpp"
Public Member Functions | |
| ConfigT & | InitialMaterial (EditorMaterialI *Mat) |
| ConfigT & | InitialNameFilter (const wxString &s) |
| ConfigT & | OnlyShowUsed (bool b=true) |
| ConfigT & | NoFilterEditorMatsOnly (bool b=true) |
| ConfigT & | NoButtonMark (bool b=true) |
| ConfigT & | NoButtonReplace (bool b=true) |
Friends | |
| class | DialogT |
| class | ControlsBarT |
| class | FilterSettingsT |
This class implements the "named parameter idiom" for the MaterialBrowser::DialogT.
See http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.20 for details.