PageRenderTime 39ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/OfficeImport.framework/Headers/CHDTitle.h

https://github.com/kokoabim/iOSOpenDev-Framework-Header-Files
C Header | 48 lines | 26 code | 3 blank | 19 comment | 0 complexity | 19983901a9662ee7cb6fc59adf64a9fa MD5 | raw file
Possible License(s): GPL-2.0
  1. /**
  2. * This header is generated by class-dump-z 0.2b.
  3. *
  4. * Source: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport
  5. */
  6. #import <OfficeImport/XXUnknownSuperclass.h>
  7. @class OADGraphicProperties, CHDChart, EDString, CHDFormula;
  8. __attribute__((visibility("hidden")))
  9. @interface CHDTitle : XXUnknownSuperclass {
  10. @private
  11. CHDChart *mChart; // 4 = 0x4
  12. bool mIsAutoGenerated; // 8 = 0x8
  13. bool mPositionAutoGenerated; // 9 = 0x9
  14. bool mSizeAutoGenerated; // 10 = 0xa
  15. CHDFormula *mName; // 12 = 0xc
  16. EDString *mLastCachedName; // 16 = 0x10
  17. OADGraphicProperties *mGraphicProperties; // 20 = 0x14
  18. double mRotation; // 24 = 0x18
  19. }
  20. @property(retain) id lastCachedName; // G=0x17792d; S=0x16bb1d; converted property
  21. @property(retain) id name; // G=0x266379; S=0x16b9ad; converted property
  22. @property(retain) id graphicProperties; // G=0x17793d; S=0x16bb65; converted property
  23. @property(assign) bool isAutoGenerated; // G=0x201bc5; S=0x16ba4d; converted property
  24. @property(assign) bool isPositionAutoGenerated; // G=0x266389; S=0x16bbad; converted property
  25. @property(assign) bool isSizeAutoGenerated; // G=0x266399; S=0x201bb5; converted property
  26. @property(assign) double titleRotationAngle; // G=0x2663a9; S=0x16bbbd; converted property
  27. - (id)initWithChart:(id)chart; // 0x16b8f1
  28. - (void)dealloc; // 0x17ac55
  29. // converted property getter: - (id)lastCachedName; // 0x17792d
  30. // converted property setter: - (void)setLastCachedName:(id)name; // 0x16bb1d
  31. // converted property getter: - (id)name; // 0x266379
  32. // converted property setter: - (void)setName:(id)name; // 0x16b9ad
  33. // converted property getter: - (id)graphicProperties; // 0x17793d
  34. // converted property setter: - (void)setGraphicProperties:(id)properties; // 0x16bb65
  35. // converted property getter: - (bool)isAutoGenerated; // 0x201bc5
  36. // converted property setter: - (void)setIsAutoGenerated:(bool)generated; // 0x16ba4d
  37. // converted property getter: - (bool)isPositionAutoGenerated; // 0x266389
  38. // converted property setter: - (void)setIsPositionAutoGenerated:(bool)generated; // 0x16bbad
  39. // converted property getter: - (bool)isSizeAutoGenerated; // 0x266399
  40. // converted property setter: - (void)setIsSizeAutoGenerated:(bool)generated; // 0x201bb5
  41. - (bool)isCachedTitleEmpty; // 0x170499
  42. - (bool)isTitleVisible; // 0x2663c1
  43. // converted property getter: - (double)titleRotationAngle; // 0x2663a9
  44. // converted property setter: - (void)setTitleRotationAngle:(double)angle; // 0x16bbbd
  45. @end