[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/sdk/kdevplatform/language/duchain
From:       David Nolden <david.nolden.kde () art-master ! de>
Date:       2010-02-13 18:57:04
Message-ID: 1266087424.849940.20540.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1089693 by zwabel:

Add one more search-flag

 M  +3 -1      ducontext.h  


--- trunk/extragear/sdk/kdevplatform/language/duchain/ducontext.h #1089692:1089693
@@ -257,7 +257,9 @@
     DirectQualifiedLookup = 16    /**< When this flag is used, the searched \
qualified identifier should NOT be split up into it's components and looked up one by \
one. Currently only plays a role in C++ specific parts. */,  NoFiltering = 32         \
/**< Should be set when no filtering at all is wished, not even filtering that is \
natural for the underlying language(For example in C++, constructors are filtered out \
be default) */,  OnlyFunctions = 64            /**< When this is given, only \
function-declarations are returned. In case of C++, this also means that constructors \
                can be retrieved, while normally they are filtered out. */,
-    NoImportsCheck = 128          /**< With this parameter, a global search will \
return all matching items, from all contexts, not only from imported ones. */ +    \
NoImportsCheck = 128          /**< With this parameter, a global search will return \
all matching items, from all contexts, not only from imported ones. */, +    \
NoSelfLookUp = 256             /**< With this parameter, the special-treatment during \
search that allows finding the context-class by its name is disabled. */, +    \
LastSearchFlag = 512  };
 
   Q_DECLARE_FLAGS(SearchFlags, SearchFlag)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic