21 #ifndef __TT_APPLICATION_H__
22 #define __TT_APPLICATION_H__
70 TTHash mDirectoryListenersCache;
71 TTHash mAttributeListenersCache;
84 #pragma mark Attribute accesors
137 #pragma mark Directory management
147 TTErr DirectoryClear();
151 TTErr DirectoryBuild();
232 #pragma mark TTName / AppName conversion
317 #pragma mark Inline public methods useful to ease access to directory
338 if (!mAppToTT.
lookup(anAppName, c))
352 if (!mTTToApp.
lookup(aTTName, c))
371 #pragma mark Friendship
379 #pragma mark Some Functions
388 #endif // __TT_APPLICATION_H__
bool TTBoolean
Boolean flag, same as Boolean on the Mac.
TTSymbol convertTTNameToAppName(TTSymbol aTTName)
To convert standard TT name into an application name.
TTErr lookup(const TTSymbol key, TTValue &value)
Find the value for the given key.
We build a directory of TTNodes, and you can request a pointer for any TTNode, or add an observer to ...
TTNodeDirectoryPtr getDirectory()
Get directory object.
The TTAddress class is used to represent a string and efficiently pass and compare that string...
Create and use Jamoma object instances.
TTProtocol is the base class for all protocol protocol.
Base class for all first-class Jamoma objects.
TTBoolean getDebug()
Get debug status.
Maintain a collection of TTValue objects indexed by TTSymbol pointers.
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
The TTSymbol class is used to represent a string and efficiently pass and compare that string...
Handles application data structure like a TTNodeDirectory and a hash tables of names.
Handles TTApplication and #Protocol instances.
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
std::uint32_t TTUInt32
32 bit unsigned integer
TODO : how to have TTGetterMethod and TTSetterMethod for Mirror message Property ?
TTSymbol convertAppNameToTTName(TTSymbol anAppName)
To convert an application name into standard TT name.
We build a tree of TTNodes, and you can request a pointer for any TTNode, or add an observer to any T...
[doxygenAppendixC_copyExample]
TTErr TTMODULAR_EXPORT TTApplicationProxyDataValueCallback(const TTValue &baton, const TTValue &data)
A callback used by proxy data (see in appendData method)