mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Changed every occurence in the code of the "inset" term to "title block".
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1132 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -98,7 +98,7 @@ namespace QET {
|
||||
};
|
||||
|
||||
/// enum used to specify the type of a length
|
||||
enum InsetColumnLength {
|
||||
enum TitleBlockColumnLength {
|
||||
Absolute, ///< the length is absolute and should be applied as is
|
||||
RelativeToTotalLength, ///< the length is just a fraction of the total available length
|
||||
RelativeToRemainingLength ///< the length is just a fraction of the length that is still available when other types of lengths have been removed
|
||||
@@ -132,6 +132,6 @@ namespace QET {
|
||||
QString pointerString(void *);
|
||||
qreal correctAngle(const qreal &);
|
||||
bool compareCanonicalFilePaths(const QString &, const QString &);
|
||||
QString insetColumnLengthToString(const InsetColumnLength &);
|
||||
QString titleBlockColumnLengthToString(const TitleBlockColumnLength &);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user