Difference between revisions of "Types Tips"

From FM Plugin Wikipedia
Jump to: navigation, search
m (Reverted edits by 212.72.56.31 (Talk); changed back to last version by Admin)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
=Types Public Functions=
 
=Types Public Functions=
 
*[[const QuadChar &operator = ( const QuadChar &value )]]
 
*[[const QuadChar &operator = ( const QuadChar &value )]]
*[[uchar operator [] ( int i )]]
+
*[[uchar operator sqbr ( int i )]]
*[[const uchar operator [] ( int i ) const]]
+
*[[const uchar operator sqbr ( 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 less ( const QuadChar &value ) const]]
*[[bool operator <= ( const QuadChar &value ) const]]
+
*[[bool operator less= ( const QuadChar &value ) const]]
*[[bool operator > ( const QuadChar &value ) const]]
+
*[[bool operator gtr ( const QuadChar &value ) const]]
*[[bool operator >= ( const QuadChar &value ) const]]
+
*[[bool operator gtr= ( const QuadChar &value ) const]]
 
*[[ulong GetMacType () const]]
 
*[[ulong GetMacType () const]]
 
*[[void SetMacType ( ulong value )]]
 
*[[void SetMacType ( ulong value )]]
Line 30: Line 30:
 
*[[LocaleAutoPtr ( Locale::Type inputType = Locale::kType_System )]]
 
*[[LocaleAutoPtr ( Locale::Type inputType = Locale::kType_System )]]
 
*[[LocaleAutoPtr ( const Locale &copyConstruct )]]
 
*[[LocaleAutoPtr ( const Locale &copyConstruct )]]
 
 
  
 
=Example Types Functions=
 
=Example Types Functions=

Latest revision as of 22:32, 20 October 2007

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


Types Public Functions



Example Types Functions