#include <DgnPlatform/TextBlock/TextBlockAPI.h>
#include <Bentley/bvector.h>
#include <DgnPlatform\ScanCriteria.h>
#include <DgnPlatform\ElementAgenda.h>
Go to the source code of this file.
Classes | |
struct | ITextPartId |
struct | ITextQueryOptions |
Allows you to pre-filter the ITextPartId collection. This can be used to increase performance by preventing the need to create unnecessary ITextPartId or TextBlock objects. More... | |
struct | ITextQuery |
struct | ITextEditRestrictions |
Allows handlers to restrict editing of text parts. More... | |
struct | ITextEdit |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Typedefs | |
typedef RefCountedPtr < ITextPartId > | ITextPartIdPtr |
Ref-counted wrapper for ITextPartId. More... | |
typedef RefCountedPtr < ITextQueryOptions > | ITextQueryOptionsPtr |
Ref-counted wrapper for ITextQueryOptions. More... | |
typedef RefCountedPtr < ITextEditRestrictions > | ITextEditRestrictionsPtr |
Ref-counted wrapper for ITextQueryOptions. More... | |
typedef bvector< ITextPartIdPtr > | T_ITextPartIdPtrVector |
A collection of ITextPartIds. More... | |
typedef T_ITextPartIdPtrVector * | T_ITextPartIdPtrVectorP |
typedef T_ITextPartIdPtrVector & | T_ITextPartIdPtrVectorR |
typedef T_ITextPartIdPtrVector const * | T_ITextPartIdPtrVectorCP |
typedef T_ITextPartIdPtrVector const & | T_ITextPartIdPtrVectorCR |