Difference between revisions of "Types Tips"

From FM Plugin Wikipedia
Jump to: navigation, search
(New page: {| align="right" | __TOC__ |} This page is about editing and working with Text Styles passed from FileMaker to your plugin. =Types Public Functions= =Example Types Functions=)
 
Line 7: Line 7:
  
 
=Types Public Functions=
 
=Types Public Functions=
 +
*[[const QuadChar &operator = ( const QuadChar &value )]]
 +
*[[uchar operator [] ( int i )]]
 +
*[[const uchar operator [] ( int i ) const]]
 +
*[[bool operator == ( const QuadChar &value ) const]]
 +
*[[bool operator != ( const QuadChar &value ) const]]
 +
*[[bool operator < ( const QuadChar &value ) const]]
 +
*[[bool operator <= ( const QuadChar &value ) const]]
 +
*[[bool operator > ( const QuadChar &value ) const]]
 +
*[[bool operator >= ( const QuadChar &value ) const]]
 +
*[[ulong GetMacType () const]]
 +
*[[void SetMacType ( ulong value )]]
 +
*[[void operator delete ( void *obj )]]
 +
 +
 +
 +
*[[QuadCharAutoPtr ()]]
 +
*[[QuadCharAutoPtr ( char c0, char c1, char c2, char c3 )]]
 +
*[[QuadCharAutoPtr ( const QuadChar &value )]]
 +
 +
 +
 +
*[[LocaleAutoPtr ( Locale::Type inputType = Locale::kType_System )]]
 +
*[[LocaleAutoPtr ( const Locale &copyConstruct )]]
  
  
  
 
=Example Types Functions=
 
=Example Types Functions=

Revision as of 00:38, 12 July 2007

This page is about editing and working with Text Styles passed from FileMaker to your plugin.


Types Public Functions




Example Types Functions