Home
last modified time | relevance | path

Searched refs:getCustomTab (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/symbols/
H A Dtext_symbol.h142 inline int getCustomTab(int index) const {return custom_tabs[index];} in getCustomTab() function
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/symbols/
H A Dtext_symbol_settings.cpp602 …custom_tab_list->addItem(locale().toString(0.001 * symbol->getCustomTab(i), 'g', 3) + QLatin1Char(… in updateCompatibilityContents()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docd_file_export.cpp1852 ocd_text_special.tab_pos[i] = convertSize(text_symbol->getCustomTab(i)); in setupTextSymbolSpecial()
H A Docad8_file_format.cpp2480 ocad_symbol->tab[i] = convertSize(text->getCustomTab(i)); in exportTextSymbol()