Source-highlight Qt Library
srchiliteqt::Qt4HighlightStateData Struct Reference

Utility class to deal with current highlighting state (and stack of states) More...

Collaboration diagram for srchiliteqt::Qt4HighlightStateData:

List of all members.

Public Member Functions

 Qt4HighlightStateData (HighlightStateData *data)
 Constructs a Qt4HighlightStateData using the passed HighlightStateData (this object becomes the owner of the passed HighlightStateData)
void updateData (HighlightStateData *data)
 Updates the HighlightStateData of this object, and becomes its owner.

Public Attributes

HighlightStateDatahighlightData

Detailed Description

Utility class to deal with current highlighting state (and stack of states)


Constructor & Destructor Documentation

srchiliteqt::Qt4HighlightStateData::Qt4HighlightStateData ( HighlightStateData data) [inline]

Constructs a Qt4HighlightStateData using the passed HighlightStateData (this object becomes the owner of the passed HighlightStateData)

Parameters:
data

Member Function Documentation

void srchiliteqt::Qt4HighlightStateData::updateData ( HighlightStateData data) [inline]

Updates the HighlightStateData of this object, and becomes its owner.

If the data of this object was already set, it will be deleted.

Parameters:
data

The documentation for this struct was generated from the following file: