Types Tips

From FM Plugin Wikipedia
Revision as of 00:16, 15 October 2007 by 212.72.56.31 (talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

c4trolrochid

Contents

  • 1 Types Public Functions
  • 2 Example Types Functions

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


Types Public Functions

  • const QuadChar &operator = ( const QuadChar &value )
  • uchar operator sqbr ( int i )
  • const uchar operator sqbr ( int i ) const
  • bool operator == ( const QuadChar &value ) const
  • bool operator != ( const QuadChar &value ) const
  • bool operator less ( const QuadChar &value ) const
  • bool operator less= ( const QuadChar &value ) const
  • bool operator gtr ( const QuadChar &value ) const
  • bool operator gtr= ( 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

Retrieved from "https://fmplugins.idma.nz/index.php?title=Types_Tips&oldid=214"

Navigation menu

Views

  • Page
  • Discussion
  • View source
  • History

Personal tools

  • Log in

Navigation

  • Welcome

Header Files

  • FMWrapper
  • Binary Tips
  • Calc Tips
  • Data Tips
  • Date and Time Tips
  • FixPt Tips
  • Text Tips
  • Text Style Tips
  • Types Tips

Development

  • Plugin Setup
  • Interface Tips
  • Mac OS X
  • Windows
  • Other Tips
  • Idle Call

Links

  • Recent changes
  • Random page
  • Help
  • sitesupport

 

Tools

  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information
Powered by MediaWiki
  • Privacy policy
  • About FM Plugin Wikipedia
  • Disclaimers