Binary Tips

From FM Plugin Wikipedia
Revision as of 00:41, 12 July 2007 by Admin (talk | contribs)

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

Contents

  • 1 Binary Public Functions
  • 2 Example Binary Functions

This page is about editing and working with Binary data (Images, sound, etc) passed from FileMaker to your plugin.


Binary Public Functions

  • BinaryData &operator = ( const BinaryData &source )
  • bool operator == ( const BinaryData &compareData ) const
  • bool operator != ( const BinaryData &compareData ) const
  • int GetCount () const
  • int GetIndex ( const QuadChar& dataType ) const
  • ulong GetTotalSize () const
  • void GetType ( int index, QuadChar& dataType ) const
  • ulong GetSize ( int index ) const
  • errcode GetData ( int index, ulong offset, ulong amount, void *buffer ) const


  • errcode Add ( const QuadChar& dataType, ulong amount, void *buffer )
  • bool Remove ( const QuadChar& dataType )
  • void RemoveAll ()


  • errcode GetFNAMData ( Text &filepathlist ) const
  • errcode AddFNAMData ( const Text &filepathlist )
  • errcode GetSIZEData ( short &width, short &height ) const
  • errcode AddSIZEData ( short width, short height )


  • void operator delete ( void *obj )


  • BinaryDataAutoPtr ()
  • BinaryDataAutoPtr ( const BinaryData &sourceData )


Example Binary Functions

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

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