InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SyncStyleIDInfo Class Reference

#include <IBookSyncOptions.h>

Public Types

typedef object_type data_type
 

Public Member Functions

 SyncStyleIDInfo ()
 
 SyncStyleIDInfo (const PMIID styleID, const PMString &styleName, const bool16 turnOn)
 
bool16 operator== (const SyncStyleIDInfo &other) const
 
void ReadWrite (IPMStream *s)
 

Public Attributes

PMIID fStyleID
 
PMString fStyleName
 
bool16 fTurnOn
 

Detailed Description

This is a helper class used for cache the synchronization style information.

Constructor & Destructor Documentation

SyncStyleIDInfo::SyncStyleIDInfo ()
inline

Default constructor.

SyncStyleIDInfo::SyncStyleIDInfo (const PMIID styleID,
const PMStringstyleName,
const bool16 turnOn 
)
inline

Constructor with given values.

Member Function Documentation

bool16 SyncStyleIDInfo::operator== (const SyncStyleIDInfoother) const
inline

Equal operator.

Parameters
otherIN the object to compare with.
void SyncStyleIDInfo::ReadWrite (IPMStreams)
inline

Read/write object from stream.

Parameters
sIN the given stream.