Home
last modified time | relevance | path

Searched refs:PT_STRING (Results 1 – 25 of 163) sorted by path

1234567

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/sys/
H A DLSPStyle.h202 … bind_string(ui_atom_t id, IStyleListener *listener) { return bind(id, PT_STRING, listener); }; in bind_string()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h149 PT_STRING, // String (text) property enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/util/
H A DLSPStyleTrigger.h91 …ng(ui_atom_t id, style_trigger_action_t action) { return bind(id, PT_STRING, action); }; in bind_string()
96 …(const char *name, style_trigger_action_t action) { return bind(name, PT_STRING, action); }; in bind_string()
101 …(const LSPString *name, style_trigger_action_t action) { return bind(name, PT_STRING, action); }; in bind_string()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlLabel.cpp186 style->bind(nAtomID, PT_STRING, &sListener); in init()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/sys/
H A DLSPColor.cpp148 LISTENER_BIND(aRGB, PT_STRING, ".rgb"); in bind()
149 LISTENER_BIND(aRGBA, PT_STRING, ".rgba"); in bind()
150 LISTENER_BIND(aHSL, PT_STRING, ".hsl"); in bind()
151 LISTENER_BIND(aHSLA, PT_STRING, ".hsla"); in bind()
H A DLSPStyle.cpp100 case PT_STRING: in undef_property()
135 case PT_STRING: in copy_property()
168 case PT_STRING: in create_property()
205 case PT_STRING: in create_property()
261 case PT_STRING: in set_property_default()
739 else if (prop->type != PT_STRING) in get_string()
756 else if (prop->type != PT_STRING) in get_string()
846 tmp.type = PT_STRING; in set_string()
857 tmp.type = PT_STRING; in set_string()
/dports/devel/ossp-cfg/cfg-0.9.11/
H A Dcfg.pod121 | B<PT_STRING> # plain text string
172 B<PT_STRING> ::= B<PT_CHAR> B<PT_CHARS>
175 | B<PT_CHAR> B<PT_STRING>
/dports/editors/e93/e93/
H A Dregex.c26 PT_STRING=0, // matching constant string enumerator
204 …if(currentNode&&(currentNode->type==PT_STRING)&&(!currentNode->matchSpecified)&&(currentNode->data… in REAddString()
220 node->type=PT_STRING; // create a node, and apply the correct type to it in REAddString()
1103 case PT_STRING: in PrintNode()
1240 case PT_STRING: in AnalyzeExpressionList()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dconfigmanager.cpp122 case PT_STRING: in valueFromQVariant()
170 Q_ASSERT(type == PT_STRING); in writeToObject()
194 case PT_STRING: { in writeToObject()
246 case PT_STRING: in writeToObject()
281 Q_ASSERT(type == PT_STRING); in readFromObject()
301 case PT_STRING: in readFromObject()
335 case PT_STRING: in readFromObject()
H A Dconfigmanagerinterface.h13 M(QString, PT_STRING) \
/dports/graphics/ogre3d/ogre-1.11.6/Components/Overlay/src/
H A DOgreBorderPanelOverlayElement.cpp203 , PT_STRING), in addBaseParameters()
207 , PT_STRING), in addBaseParameters()
212 , PT_STRING), in addBaseParameters()
217 , PT_STRING), in addBaseParameters()
222 , PT_STRING), in addBaseParameters()
227 , PT_STRING), in addBaseParameters()
232 , PT_STRING), in addBaseParameters()
237 , PT_STRING), in addBaseParameters()
242 , PT_STRING), in addBaseParameters()
247 , PT_STRING), in addBaseParameters()
H A DOgreFont.cpp67 ParameterDef("type", "'truetype' or 'image' based font", PT_STRING), in Font()
70 ParameterDef("source", "Filename of the source of the font.", PT_STRING), in Font()
73 …eterDef("character_spacer", "Spacing between characters to prevent overlap artifacts.", PT_STRING), in Font()
82 ParameterDef("code_points", "Add a range of code points", PT_STRING), in Font()
H A DOgreOverlayElement.cpp668 , PT_STRING), in addBaseParameters()
672 , PT_STRING), in addBaseParameters()
676 , PT_STRING), in addBaseParameters()
680 , PT_STRING), in addBaseParameters()
684 , PT_STRING), in addBaseParameters()
688 , PT_STRING), in addBaseParameters()
H A DOgrePanelOverlayElement.cpp380 , PT_STRING), in addBaseParameters()
385 , PT_STRING), in addBaseParameters()
H A DOgreTextAreaOverlayElement.cpp486 , PT_STRING), in addBaseParameters()
491 , PT_STRING), in addBaseParameters()
496 , PT_STRING), in addBaseParameters()
501 , PT_STRING), in addBaseParameters()
506 , PT_STRING), in addBaseParameters()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreStringInterface.h57 PT_STRING, enumerator
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreBillboardParticleRenderer.cpp57 PT_STRING), in BillboardParticleRenderer()
64 PT_STRING), in BillboardParticleRenderer()
71 PT_STRING), in BillboardParticleRenderer()
H A DOgreExternalTextureSource.cpp77 , PT_STRING), in addBaseParams()
85 , PT_STRING), in addBaseParams()
89 , PT_STRING), in addBaseParams()
H A DOgreGpuProgram.cpp348 PT_STRING), &msTypeCmd); in setupBaseParamDictionary()
350 ParameterDef("syntax", "Syntax code, e.g. vs_1_1", PT_STRING), &msSyntaxCmd); in setupBaseParamDictionary()
H A DOgreParticleEmitter.cpp458 "This is the name of the emitter" , PT_STRING), in addBaseParameters()
462 … "If set, this emitter will emit other emitters instead of visual particles" , PT_STRING), in addBaseParameters()
H A DOgreParticleSystem.cpp765 PT_STRING), in initParameters()
785 PT_STRING), in initParameters()
H A DOgreUnifiedHighLevelGpuProgram.cpp67 PT_STRING),&msCmdDelegate); in UnifiedHighLevelGpuProgram()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/CgProgramManager/src/
H A DOgreCgProgram.cpp1228 PT_STRING),&msCmdEntryPoint); in CgProgram()
1231 PT_STRING),&msCmdProfiles); in CgProgram()
1234 PT_STRING),&msCmdArgs); in CgProgram()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/ParticleFX/src/
H A DOgreColourImageAffector.cpp51 …dict->addParameter(ParameterDef("image", "image where the colours come from", PT_STRING), &msImage… in ColourImageAffector()
H A DOgreLinearForceAffector.cpp63 PT_STRING),&msForceAppCmd); in LinearForceAffector()

1234567