![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
#include "value_completion.h"
Go to the source code of this file.
Functions | |
PString | value_completion (const PString &baseValue, const PVecString &vecPossibleValue) |
Complete the given value. More... | |
PString value_completion | ( | const PString & | baseValue, |
const PVecString & | vecPossibleValue | ||
) |
Complete the given value.
baseValue | : base value to be completed |
vecPossibleValue | : vector of possible values to be used |
Definition at line 14 of file value_completion.cpp.
Referenced by OptionValue::bashCompletionValue().