Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_filter_category_ids.cpp File Reference
#include "kis_filter_category_ids.h"
#include <klocalizedstring.h>

Go to the source code of this file.

Variables

const KoID FiltersCategoryAdjustId ("adjust_filters", ki18nc("The category of color adjustment filters, like levels. Verb.", "Adjust"))
 
const KoID FiltersCategoryArtisticId ("artistic_filters", ki18nc("The category of artistic filters, like raindrops. Adjective.", "Artistic"))
 
const KoID FiltersCategoryBlurId ("blur_filters", ki18nc("The category of blur filters, like gaussian blur. Verb.", "Blur"))
 
const KoID FiltersCategoryColorId ("color_filters", ki18nc("The category of color transfer filters, like color to alpha. Noun.", "Colors"))
 
const KoID FiltersCategoryEdgeDetectionId ("edge_filters", ki18nc("The category of edge detection filters. Noun.", "Edge Detection"))
 
const KoID FiltersCategoryEmbossId ("emboss_filters", ki18nc("The category of emboss filters. Verb.", "Emboss"))
 
const KoID FiltersCategoryEnhanceId ("enhance_filters", ki18nc("The category of enhancement filters, like sharpen. Verb.", "Enhance"))
 
const KoID FiltersCategoryMapId ("map_filters", ki18nc("The category of mapping filters, like bump map or gradient filter map. Verb.", "Map"))
 
const KoID FiltersCategoryOtherId ("other_filters", ki18nc("The category of filters that do not fit in a category. Noun.", "Other"))
 

Variable Documentation

◆ FiltersCategoryAdjustId

const KoID FiltersCategoryAdjustId("adjust_filters", ki18nc("The category of color adjustment filters, like levels. Verb.", "Adjust")) ( "adjust_filters" ,
ki18nc("The category of color adjustment filters, like levels. Verb.", "Adjust")  )

◆ FiltersCategoryArtisticId

const KoID FiltersCategoryArtisticId("artistic_filters", ki18nc("The category of artistic filters, like raindrops. Adjective.", "Artistic")) ( "artistic_filters" ,
ki18nc("The category of artistic filters, like raindrops. Adjective.", "Artistic")  )

◆ FiltersCategoryBlurId

const KoID FiltersCategoryBlurId("blur_filters", ki18nc("The category of blur filters, like gaussian blur. Verb.", "Blur")) ( "blur_filters" ,
ki18nc("The category of blur filters, like gaussian blur. Verb.", "Blur")  )

◆ FiltersCategoryColorId

const KoID FiltersCategoryColorId("color_filters", ki18nc("The category of color transfer filters, like color to alpha. Noun.", "Colors")) ( "color_filters" ,
ki18nc("The category of color transfer filters, like color to alpha. Noun.", "Colors")  )

◆ FiltersCategoryEdgeDetectionId

const KoID FiltersCategoryEdgeDetectionId("edge_filters", ki18nc("The category of edge detection filters. Noun.", "Edge Detection")) ( "edge_filters" ,
ki18nc("The category of edge detection filters. Noun.", "Edge Detection")  )

◆ FiltersCategoryEmbossId

const KoID FiltersCategoryEmbossId("emboss_filters", ki18nc("The category of emboss filters. Verb.", "Emboss")) ( "emboss_filters" ,
ki18nc("The category of emboss filters. Verb.", "Emboss")  )

◆ FiltersCategoryEnhanceId

const KoID FiltersCategoryEnhanceId("enhance_filters", ki18nc("The category of enhancement filters, like sharpen. Verb.", "Enhance")) ( "enhance_filters" ,
ki18nc("The category of enhancement filters, like sharpen. Verb.", "Enhance")  )

◆ FiltersCategoryMapId

const KoID FiltersCategoryMapId("map_filters", ki18nc("The category of mapping filters, like bump map or gradient filter map. Verb.", "Map")) ( "map_filters" ,
ki18nc("The category of mapping filters, like bump map or gradient filter map. Verb.", "Map")  )

◆ FiltersCategoryOtherId

const KoID FiltersCategoryOtherId("other_filters", ki18nc("The category of filters that do not fit in a category. Noun.", "Other")) ( "other_filters" ,
ki18nc("The category of filters that do not fit in a category. Noun.", "Other")  )