flAuditInfo

fontlab.flAuditInfo = class flAuditInfo(object)

flAuditInfo representation

Constructors:
  flAuditInfo()
  flAuditInfo(flObject)
  flAuditInfo(flAuditInfo)
  flAuditInfo(FaBasic, QTransform)

Methods

__delattr__(...)
x.__delattr__('name') <==> del x.name
__eq__(...)
x.__eq__(y) <==> x==y
__ge__(...)
x.__ge__(y) <==> x>=y
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__gt__(...)
x.__gt__(y) <==> x>y
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__le__(...)
x.__le__(y) <==> x<=y
__lt__(...)
x.__lt__(y) <==> x

__ne__(...)
x.__ne__(y) <==> x!=y
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
changed(...)
changed()
checkInitHistoryState(...)
checkInitHistoryState(uint history_ix)
clearAboveHistory(...)
clearAboveHistory(uint history_ix)
clearFlag(...)
clearFlag(uint f)
clearFlags(...)
clearFlags()
clone(...)
Clone the object
createHistoryState(...)
createHistoryState(uint history_ix)
currentHistoryState(...)
currentHistoryIx()
flag(...)
flag(uint f)
getProperties(...)
Get object's properties list
getProperty(...)
getProperty('key') - get object property by 'key' or number
getPropertyFloat(...)
getPropertyFloat('key') - get float object property by 'key'
getPropertyInt(...)
getPropertyInt('key') - get int object property by 'key'
glyphLocation(...)
QPointF glyphLocation([QPointF])
hasHistoryState(...)
hasHistoryState(uint history_ix)
historyStates(...)
historyStates(bool accepted_state)
independedAll(...)
independedAll()
initialHistoryState(...)
initialHistoryIx()
isEqual(...)
isEqual(flObject)
release(...)
release()
remove(...)
remove([flObject])
removeChild(...)
removeChild(flObject)
removeProperty(...)
removeProperty('key')
restoreHistoryState(...)
restoreHistoryState(uint history_ix)
setFlag(...)
setFlag(uint f [, bool value])
setProperty(...)
setProperty('key', value) - set object property by 'key' or number
setPropertyFloat(...)
setPropertyFloat('key', value) - set float object property by 'key'
setPropertyInt(...)
setPropertyInt('key', value) - set int object property by 'key'
tag(...)
tag([string])
update(...)
update()

Static methods

cloneObject(...)
flObject cloneObject(const flObject&);
createObject(...)
flObject/Nothing createObject(int);
haveObject(...)
bool haveObject(uint);
instanceType(...)
int instanceType();

Descriptors

basic
FaBasic
hasChanges
bool
hasHistoryStates
bool
id
object id
isChanged
bool
isNull
bool
isPresent
bool
isReleased
bool
isValid
bool
item
flObject
name
object name
refCnt
object references count
type
object type

Attributes

__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
flObjectFlags = {'ofAnchored': 64, 'ofChanged': 2, 'ofHistory': 128, 'ofIgnore': 8, 'ofIgnoreChanges': 4, 'ofPassive': 16, 'ofReleased': 1, 'ofSlowUpdate': 32}

basic

fontlab.flAuditInfo.basic
FaBasic

changed

fontlab.flAuditInfo.changed = changed(...)
changed()

checkInitHistoryState

fontlab.flAuditInfo.checkInitHistoryState = checkInitHistoryState(...)
checkInitHistoryState(uint history_ix)

clearAboveHistory

fontlab.flAuditInfo.clearAboveHistory = clearAboveHistory(...)
clearAboveHistory(uint history_ix)

clearFlag

fontlab.flAuditInfo.clearFlag = clearFlag(...)
clearFlag(uint f)

clearFlags

fontlab.flAuditInfo.clearFlags = clearFlags(...)
clearFlags()

clone

fontlab.flAuditInfo.clone = clone(...)
Clone the object

cloneObject

fontlab.flAuditInfo.cloneObject = cloneObject(...)
flObject cloneObject(const flObject&);

createHistoryState

fontlab.flAuditInfo.createHistoryState = createHistoryState(...)
createHistoryState(uint history_ix)

createObject

fontlab.flAuditInfo.createObject = createObject(...)
flObject/Nothing createObject(int);

currentHistoryState

fontlab.flAuditInfo.currentHistoryState = currentHistoryState(...)
currentHistoryIx()

flag

fontlab.flAuditInfo.flag = flag(...)
flag(uint f)

flObjectFlags

fontlab.flAuditInfo.flObjectFlags = {'ofAnchored': 64, 'ofChanged': 2, 'ofHistory': 128, 'ofIgnore': 8, 'ofIgnoreChanges': 4, 'ofPassive': 16, 'ofReleased': 1, 'ofSlowUpdate': 32}

getProperties

fontlab.flAuditInfo.getProperties = getProperties(...)
Get object's properties list

getProperty

fontlab.flAuditInfo.getProperty = getProperty(...)
getProperty('key') - get object property by 'key' or number

getPropertyFloat

fontlab.flAuditInfo.getPropertyFloat = getPropertyFloat(...)
getPropertyFloat('key') - get float object property by 'key'

getPropertyInt

fontlab.flAuditInfo.getPropertyInt = getPropertyInt(...)
getPropertyInt('key') - get int object property by 'key'

glyphLocation

fontlab.flAuditInfo.glyphLocation = glyphLocation(...)
QPointF glyphLocation([QPointF])

hasChanges

fontlab.flAuditInfo.hasChanges
bool

hasHistoryState

fontlab.flAuditInfo.hasHistoryState = hasHistoryState(...)
hasHistoryState(uint history_ix)

hasHistoryStates

fontlab.flAuditInfo.hasHistoryStates
bool

haveObject

fontlab.flAuditInfo.haveObject = haveObject(...)
bool haveObject(uint);

historyStates

fontlab.flAuditInfo.historyStates = historyStates(...)
historyStates(bool accepted_state)

id

fontlab.flAuditInfo.id
object id

independedAll

fontlab.flAuditInfo.independedAll = independedAll(...)
independedAll()

initialHistoryState

fontlab.flAuditInfo.initialHistoryState = initialHistoryState(...)
initialHistoryIx()

instanceType

fontlab.flAuditInfo.instanceType = instanceType(...)
int instanceType();

isChanged

fontlab.flAuditInfo.isChanged
bool

isEqual

fontlab.flAuditInfo.isEqual = isEqual(...)
isEqual(flObject)

isNull

fontlab.flAuditInfo.isNull
bool

isPresent

fontlab.flAuditInfo.isPresent
bool

isReleased

fontlab.flAuditInfo.isReleased
bool

isValid

fontlab.flAuditInfo.isValid
bool

item

fontlab.flAuditInfo.item
flObject

name

fontlab.flAuditInfo.name
object name

refCnt

fontlab.flAuditInfo.refCnt
object references count

release

fontlab.flAuditInfo.release = release(...)
release()

remove

fontlab.flAuditInfo.remove = remove(...)
remove([flObject])

removeChild

fontlab.flAuditInfo.removeChild = removeChild(...)
removeChild(flObject)

removeProperty

fontlab.flAuditInfo.removeProperty = removeProperty(...)
removeProperty('key')

restoreHistoryState

fontlab.flAuditInfo.restoreHistoryState = restoreHistoryState(...)
restoreHistoryState(uint history_ix)

setFlag

fontlab.flAuditInfo.setFlag = setFlag(...)
setFlag(uint f [, bool value])

setProperty

fontlab.flAuditInfo.setProperty = setProperty(...)
setProperty('key', value) - set object property by 'key' or number

setPropertyFloat

fontlab.flAuditInfo.setPropertyFloat = setPropertyFloat(...)
setPropertyFloat('key', value) - set float object property by 'key'

setPropertyInt

fontlab.flAuditInfo.setPropertyInt = setPropertyInt(...)
setPropertyInt('key', value) - set int object property by 'key'

tag

fontlab.flAuditInfo.tag = tag(...)
tag([string])

type

fontlab.flAuditInfo.type
object type

update

fontlab.flAuditInfo.update = update(...)
update()