#include "parameters.h"
#include "data_manager.h"
#include "tool.h"
Go to the source code of this file.
|
#define | ADD_METHOD(method, name) if( ((int)Methods & (int)method) != 0 ) { if( !Choices.is_Empty() ){ Choices += "|"; } Choices += CSG_String::Format("{%d}", (int)method); Choices += name; if( method == Default ) { Choice = nChoices; } nChoices++; } |
|
◆ ADD_METHOD
#define ADD_METHOD |
( |
|
method, |
|
|
|
name |
|
) |
| if( ((int)Methods & (int)method) != 0 ) { if( !Choices.is_Empty() ){ Choices += "|"; } Choices += CSG_String::Format("{%d}", (int)method); Choices += name; if( method == Default ) { Choice = nChoices; } nChoices++; } |