Home
last modified time | relevance | path

Searched refs:ROTATION_N (Results 1 – 5 of 5) sorted by relevance

/dports/print/pdfchain/pdfchain-0.4.4.2/src/
H A Dpdfchain.h92 ROTATION_N, enumerator
219 extern const std::string ROTATION_N;
H A Dstore.cc229 row[ pTMCRecord->mTMColumn_ID ] = Pdfchain::Id::ROTATION_N; in cLStore_Rotation()
231 row[ pTMCRecord->mTMColumn_Command ] = Pdfchain::Cmd::ROTATION_N; in cLStore_Rotation()
H A Dconstant.h161 const std::string ROTATION_N = "north"; // 0° variable
H A Dwindow_main_cat.h120 mSignal_Rotation_activate.emit( Pdfchain::Id::ROTATION_N ); in onMItem_Rotation_North_activate()
H A Dstore_cat.cc784 (*iter_row)[pTMCRecord->mTMColumn_Cmd_Rotation] = Pdfchain::Cmd::ROTATION_N; in initRow()