SAGA API  v9.9
parameters.cpp File Reference
#include "parameters.h"
#include "data_manager.h"
#include "tool.h"

Go to the source code of this file.

Macros

#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++; }
 

Macro Definition Documentation

◆ 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++; }