Home
last modified time | relevance | path

Searched refs:removedCustomSchemas (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/
H A DColorSchemaDialogController.h69 QList<ColorSchemeData> removedCustomSchemas; variable
90 QList<ColorSchemeData> removedCustomSchemas; variable
H A DColorSchemaDialogController.cpp351 removedCustomSchemas = state->removedCustomSchemas; in setState()
371 state->removedCustomSchemas = removedCustomSchemas; in getState()
463 removedCustomSchemas.append(customSchemas[i]); in sl_onDeleteColorSchema()
H A DColorSchemaSettingsController.cpp101 foreach (const ColorSchemeData &schema, state->removedCustomSchemas) { in saveState()