Home | History | Annotate | Download | only in printing

Lines Matching defs:Immutable

28 // A collection of rendered pages. The settings are immutable. If the print
91 // Getters. All these items are immutable hence thread-safe.
137 // Contains all the immutable stuff. All this stuff can be accessed without
140 struct Immutable {
141 Immutable(const PrintSettings& settings, PrintedPagesSource* source,
143 ~Immutable();
145 // Print settings used to generate this document. Immutable.
151 // Document name. Immutable.
172 // All the immutable members.
173 const Immutable immutable_;